Skip to content

Commit

Permalink
add upload task, see #2
Browse files Browse the repository at this point in the history
  • Loading branch information
thejmazz committed Oct 16, 2016
1 parent e7ab4d2 commit 26adaaf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backup": "igemwiki backup -y 2016 -t Toronto -d backups",
"upload:templates": "igemwiki upload-glob -y 2016 -t Toronto --type template --glob \"./build-live/templates/*.html\"",
"upload:js": "igemwiki upload-glob -y 2016 -t Toronto --type script --glob \"./build-live/js/*_js\"",
"upload:css": "igemwiki upload-glob -y 2016 -t Toronto --type stylesheet --glob \"./build-live/css/*_css\""
"upload:templates": "igemwiki upload-glob -y 2016 -n Toronto --type template --glob \"./build-live/templates/*.html\"",
"upload:js": "igemwiki upload-glob -y 2016 -n Toronto --type script --glob \"./build-live/js/*_js\"",
"upload:css": "igemwiki upload-glob -y 2016 -n Toronto --type stylesheet --glob \"./build-live/css/*_css\"",
"upload:preview": "igemwiki upload-conf -y 2016 -n Toronto --conf igemwiki-conf.yml -p",
"upload": "igemwiki upload-conf -y 2016 -n Toronto --conf igemwiki-conf.yml"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 26adaaf

Please sign in to comment.