Compare commits
No commits in common. "c771026cf3aff5a501893403a768f389d642ce22" and "bec71a48ea9df29a46d19ca4295a1d3a6d03e7db" have entirely different histories.
c771026cf3
...
bec71a48ea
3 changed files with 407 additions and 612 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
.DS_Store
|
||||
node_modules/**
|
||||
tags
|
||||
|
|
1015
package-lock.json
generated
1015
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"scripts": {
|
||||
"build": "gulp build",
|
||||
"watch": "gulp watch"
|
||||
"build": "gulp build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.29.3",
|
||||
|
|
Loading…
Reference in a new issue