Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Commit 0dec996

Browse files
author
Myles Borins
committed
Fix build to not store assets
1 parent 378df37 commit 0dec996

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
.DS_Store
3+
dist/

famous.min.js

-37.8 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"build": "browserify index.js -t uglifyify --standalone famous | uglifyjs | gzip > famous.min.js"
8+
"build": "browserify index.js -t uglifyify --standalone famous | uglifyjs | gzip > dist/famous.min.js"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)