Skip to content

Commit

Permalink
write readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k-maru committed Nov 24, 2012
1 parent 7719284 commit 87a0b49
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
grunt-filesize
==============
==============

log file size

## Documentation
modify your `grunt.js` file by adding the following line:

grunt.loadNpmTasks('grunt-filesize');

Then add some configuration for the plugin like so:

grunt.initConfig({
...
filesize: {
base: {
files: ['build/*.js']
}
},
...
});

0 comments on commit 87a0b49

Please sign in to comment.