basehref 0.5.1 copy "basehref: ^0.5.1" to clipboard
basehref: ^0.5.1 copied to clipboard

AngularDart and Dart (for the Web) builder to add or modify tag base href in index.html

AngularDart base href rewriter (Builder) #

This builder take your web/index.html ans add or edit the base href according to your configuration. The result is save in web/index.basehref.html

Using with AngularDart or in you dart web project :

Add this package to your pubspec.yaml file :

dev_dependencies:
  basehref: ^0.5.1

Then create or add to build.yaml :

targets:
  $default:
    builders:
      basehref|baseHrefBuilder:
        enabled: true
        options:
          href: '/my/application/base/href/'

and build your project with :

pub run build_runner build --delete-conflicting-outputs --release --output ./build

The result is stored in ./build/web/index.basehref.html (to my knowledge there is no way to replace the index.html with a Builder and/or PostProcessBuilder) : https://stackoverflow.com/questions/52397358/dart-build-config-rename-buildstep-inputid-file

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

AngularDart and Dart (for the Web) builder to add or modify tag base href in index.html

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

build, build_config, html, logging, pedantic

More

Packages that depend on basehref