0.0.1 • Published 11 years ago

grunt-sizereport v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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"