mirror of
https://github.com/andrewgioia/home.git
synced 2024-12-22 09:19:55 +00:00
Fixes one character issue with publish directive, putting this away for a while :P
This commit is contained in:
parent
0c759f99ef
commit
cf2c08550f
@ -14,7 +14,7 @@
|
|||||||
"dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
"dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
||||||
"prod": "sass --no-source-map src/scss/theme.scss dist/site.css --style compressed && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
"prod": "sass --no-source-map src/scss/theme.scss dist/site.css --style compressed && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
||||||
"watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css",
|
"watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css",
|
||||||
"publish": "cp -R dist/* /var/www/andrewgioia.com/*"
|
"publish": "cp -R dist/* /var/www/andrewgioia.com/"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user