Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
add minified build
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 3, 2016
1 parent e0e6ca7 commit 3f8b230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"hammerjs": "^2.0.6"
},
"devDependencies": {
"uglify-js": "^2.6.2",
"vue": "^1.0.16",
"webpack": "^1.12.12"
},
"scripts": {
"build": "webpack example/example.js example/example.build.js",
"build": "webpack example/example.js example/example.build.js && uglifyjs vue-touch.js -c -m > vue-touch.min.js",
"dev": "webpack --watch example/example.js example/example.build.js"
}
}
1 change: 1 addition & 0 deletions vue-touch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f8b230

Please sign in to comment.