mk_static 1.0.1 copy "mk_static: ^1.0.1" to clipboard
mk_static: ^1.0.1 copied to clipboard

Dart 1 only

Eliminates a 404 get on the .css and .js files in absence of internet by transforming js and link[rel=stylesheet] remote sources into local ones. This library is the dev dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mk_static

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mk_static: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mk_static/transformer.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Eliminates a 404 get on the .css and .js files in absence of internet by transforming js and link[rel=stylesheet] remote sources into local ones. This library is the dev dependency.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

barback, html, http, path

More

Packages that depend on mk_static