Skip to content

Commit

Permalink
0.2.1: update dependency js dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yu committed Aug 25, 2014
1 parent 751b919 commit b597af4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
2 changes: 2 additions & 0 deletions bin/build-dependency-js.sh
Expand Up @@ -13,6 +13,8 @@ node_modules/.bin/uglifyjs \
bower_components/node-uuid/uuid.js \
bower_components/marked/lib/marked.js \
bower_components/highlightjs/highlight.pack.js \
--mangle \
--compress \
-o dist/airpub-dependencies.min.js \
--source-map dist/airpub-dependencies.min.js.map \
--source-map-url airpub-dependencies.min.js.map
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -28,8 +28,8 @@
"angular-snap": "~1.5.4",
"nprogress": "~0.1.6",
"node-uuid": "~1.4.1",
"upyun": "~0.2.4",
"duoshuo": "~0.4.6",
"upyun": "~0.2.5",
"duoshuo": "~0.4.7",
"marked": "~0.3.2",
"highlightjs": "~8.0.0",
"chill": "~0.2.0"
Expand Down
26 changes: 13 additions & 13 deletions dist/airpub-dependencies.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/airpub-dependencies.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"build": "bin/build.sh",
"build-deps": "npm run build-dependency-js & npm run build-dependency-css",
"build-deps": "npm run build-dependency-js && npm run build-dependency-css",
"build-dependency-js": "bin/build-dependency-js.sh",
"build-dependency-css": "bin/build-dependency-css.sh",
"serve": "node_modules/.bin/serve --no-less .",
Expand Down

0 comments on commit b597af4

Please sign in to comment.