Compare commits
4 commits
bec71a48ea
...
c771026cf3
Author | SHA1 | Date | |
---|---|---|---|
c771026cf3 | |||
2c8983857a | |||
b0c25bdb50 | |||
106da54a41 |
3 changed files with 612 additions and 407 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/**
|
node_modules/**
|
||||||
|
tags
|
||||||
|
|
1013
package-lock.json
generated
1013
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp build"
|
"build": "gulp build",
|
||||||
|
"watch": "gulp watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browser-sync": "^2.29.3",
|
"browser-sync": "^2.29.3",
|
||||||
|
|
Loading…
Reference in a new issue