okor / justice

Embeddable script for displaying web page performance metrics.
MIT License
1.45k stars 56 forks source link

Add gzip build #1

Closed okor closed 9 years ago

necolas commented 9 years ago

What's the use case for this?

okor commented 9 years ago

Yeah, I'm not sure there really is one. I need to clean up these issues as a good number of them where really just brainstorming ideas earlier on in the project.

kevinSuttle commented 9 years ago

Maybe it was in reference to this.

~/Code/MYPROJECT/node_modules/justice master*
❯ ls
.editorconfig
.gitattributes
.jscsrc
.jshintignore
.jshintrc
.mailmap
.npmignore
.travis.yml
Gruntfile.js
LICENSE.txt
README.md
just.png
lib/
node_modules/
package.json
src/
tests/

~/Code/MYPROJECT/node_modules/justice master*
❯ grunt --force
Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module 'gzip-js'
Warning: Task "default" not found. Used --force, continuing.

Done, but with warnings.