Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
⚡ improvement(build): update building
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 9, 2016
1 parent 6b6cbea commit 803c9f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion template/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
lib
dist
coverage
docs/_book
node_modules
Expand Down
3 changes: 3 additions & 0 deletions template/dist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# NOTE!

The `dist` folder contains the standalone build for {{ name }}, however files here are only checked-in when a release happens. If you are on the `{{ branch }}` branch, files here are **NOT** up to date. Only the `master` branch contains the built files for the latest stable version.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{{/unless_eq}}
"scripts": {
"build": "NODE_ENV=production node config/build.js",
"clean": "rm -rf coverage && rm -rf dist/*.*",
"clean": "rm -rf coverage && rm -rf dist/*.js*",
"dev": "webpack-dev-server --quiet --config config/webpack.dev.conf.js --host 0.0.0.0",
{{#gitbook}}
"docs": "cd docs && gitbook serve",
Expand Down

0 comments on commit 803c9f6

Please sign in to comment.