grunt-sizereport
v0.0.1
Published
file/directory size reporter task for Grunt.js
Downloads
2
Readme
Grunt-SizeReport
Task for reporting compiled filesize/directory size and summary.
module.exports = (grunt) ->
grunt.config.init({
sizereport:
CoreSection:
node_modules: [ "node_modules" ]
StyleSheets: [
"compiled/target.min.css"
"compiled/target.theme.min.css"
]
ExtraSection:
fonts: [
"path/to/fonts"
]
})
# load the project's default tasks
grunt.loadNpmTasks "grunt-filesize"