grunt-asset-compress
Version:
A lightweight plugin that makes sure your asset_compress does not contain duplicates!
26 lines (20 loc) • 365 B
Plain Text
debug = true
[js]
paths[] = WEBROOT/files/js/*
paths[] = data/build/*
[css]
paths[] = .data/css/*
[empty.js]
[application.js]
files[] = gert.js
files[] = marleen.js
files[] = rutger.js
files[] = stephan.js
files[] = application.min.js
[plugin.js]
files[] = marleen.js
files[] = stephan.js
[duplicate.js]
files[] = gert.js
files[] = rutger.js
files[] = gert.js