Skip to content

Commit 80b4ab9

Browse files
author
James Halliday
committed
Merge branch 'master' of github.com:substack/factor-bundle
2 parents abe921a + fe7c3c4 commit 80b4ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ minification with uglify compression with gzip:
9191

9292
``` sh
9393
browserify files/*.js \
94-
-p [ ../ -o 'uglifyjs -cm | gzip > bundle/`basename $FILE`.gz' ] \
94+
-p [ factor-bundle -o 'uglifyjs -cm | gzip > bundle/`basename $FILE`.gz' ] \
9595
| uglifyjs -cm | gzip > bundle/common.js.gz
9696
```
9797

0 commit comments

Comments
 (0)