node-assets-embed

0.0.6 • Public • Published

Embed HTML assets (js/css) in the document

Getting Started

Install the module with: npm install node-assets-embed

var embed = require('node-assets-embed');
embed.embedFile('path/to/file.html', function (err, html) {});

Also exist in sync:

var embed = require('node-assets-embed');
embed.embedFileSync('path/to/file.html');

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) 2013 Loïc Mahieu. Licensed under the MIT license.

Dependencies (2)

Dev Dependencies (6)

Package Sidebar

Install

npm i node-assets-embed

Weekly Downloads

0

Version

0.0.6

License

none

Last publish

Collaborators

  • loicmahieu