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
|
.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,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"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