Skip to content

LoicMahieu/node-assets-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Embed HTML assets (js/css) in the document

Resources

Stars

Watchers

Forks

Packages

No packages published