Skip to content

Commit f75f3cd

Browse files
committed
done with parcel.
1 parent 1755f7b commit f75f3cd

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ node_js:
66
- 6
77
- 7
88
- 8
9+
- 9
10+
- lts/*
911

1012
install: true
1113

@@ -14,11 +16,11 @@ before_script:
1416

1517
script:
1618
- yarn -i
17-
- yarn predeploy
19+
- yarn pregithub
1820
- if [ -f npm-debug.log ]; then cat npm-debug.log; fi
1921
- ncu -u
2022
- rm -rf yarn.lock
21-
- yarn predeploy
23+
- yarn pregithub
2224

2325
cache:
2426
directories:

README.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
= CSS Grid Layout image:https://travis-ci.org/daggerok/css-grid-layout-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/css-grid-layout-example"]
22

3-
link:https://www.youtube.com/watch?v=jV8B24rSN5o[TODO...]
3+
Using
44

55
----
66
yarn -i
77
yarn start
88
yarn predeploy
99
----
10+
11+
links:
12+
13+
. https://parceljs.org/[parcel - coolest web application bundler ever]
14+
. link:https://www.youtube.com/watch?v=jV8B24rSN5o[TODO...]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"pregithub:404": "ncp ./dist/index.html ./dist/404.html",
3030
"pregithub:nojekyll": "touch ./dist/.nojekyll",
3131
"github": "gh-pages --dist ./dist --src '**/*' --branch gh-pages --dotfiles=true -m \"Github Pages $(date +%Y-%m-%d) deployment\"",
32-
"parcel": "parcel ./app/index.html --port 3000 --no-cache --out-dir ./build"
32+
"dev": "parcel ./app/index.html --port 3000 --out-dir ./build"
3333
},
3434
"livereload": {
3535
"exclusions": [

0 commit comments

Comments
 (0)