Skip to content

Commit

Permalink
cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxpro committed Aug 20, 2019
1 parent 3a4bf1c commit 7ee100c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@
"grunt-contrib-uglify": "~0.5.1"
},
"scripts": {
"preview": "cd _site; python -m SimpleHTTPServer 8020",
"py3view": "cd _site; python3 -m http.server 8020",
"watch" : "grunt watch & npm run preview & jekyll serve -w",
"py3wa" : "grunt watch & npm run py3view & jekyll serve -w",
"boil" : "git push boilerplate boilerplate:master",
"push" : "git push origin master --tag",
"cafe" : "git co gitcafe-pages; git merge master; git push gitcafe gitcafe-pages:gitcafe-pages --tag; git co master;"
"start" : "jekyll serve -w -l --host 0.0.0.0 --port 4000",
"dev" : "grunt watch & npm run start",
"boil" : "git push boilerplate boilerplate:master",
"push" : "git push origin master --tag"
}
}

0 comments on commit 7ee100c

Please sign in to comment.