asset-builder
asset-builder copied to clipboard
Add "Make Relative" option
var manifest = require('asset-builder')('./assets/manifest.json', {
makePathsRelative: true
});
This will transform all the paths to be relative to the project root.
/home/you/project/bower_componets/jquery/jquery.js :arrow_right: bower_components/jquery/jquery.js
Stopgap for https://github.com/roots/sage/pull/1485#issuecomment-129622691
Needs tests
:eyes: