grunt-require2string
v1.0.4
Published
require document as js string
Downloads
2
Readme
convert "require('filepath')" to js string
for exp. var a = require('../a.css') => var a = 'body{......}'
conf
req2str : {
build : {
expand: true,
cwd : 'comp',
src : ['./*/init.js'],
dest : 'publish/'
}
}