grunt-sizereport

0.0.1 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-sizereport

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • c9s