build -> dist

pull/5/head
EOS Classic 6 years ago committed by Ikmyeong Na
parent 187ab3d6b1
commit 184cace793
No known key found for this signature in database
GPG Key ID: EC674310ADADE2CA
  1. 2
      .travis.yml
  2. 2
      README.md
  3. 1
      package.json

@ -4,4 +4,4 @@ dist: trusty
node_js: '8'
install:
- npm install
- npm run build
- npm run dist

@ -43,7 +43,7 @@ grunt lite
If you want to build both versions run
```bash
grunt all
npm run dist
```
## Run

@ -8,6 +8,7 @@
"npm": "2.5.1"
},
"scripts": {
"dist": "grunt",
"start": "node ./bin/www"
},
"dependencies": {

Loading…
Cancel
Save