uplift-reader
v0.8.0
Published
Reads resource urls in a template. Jinja compatible.
Downloads
16
Readme
uplift-reader
Reads resource urls in a template. Jinja compatible.
Getting Started
Install the module with: npm install uplift-reader
var reader = require('uplift-reader');
reader.read('<script src="whatever.js"></script>');
reader.readFile('/path/to/file.js');
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
License
Copyright (c) 2015 Marius Craciunoiu
Licensed under the MIT license.