This commit is contained in:
Eugenio Romano
2016-06-07 10:29:10 +01:00
parent 97799f50a3
commit 7cf37acf50
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
"copytemplates:w": "concurrently \"npm run copy-html-css:w\" \"npm run copy-i18n:w\"",
"copy-html-css": "cpx './src/**/*.{html,css}' dist/src",
"copy-html-css:w": "cpx './src/**/*.{html,css}' dist/src -w",
"copy-i18n": "copyfiles './i18n/**/*.json' dist/i18n",
"copy-i18n": "cpx './i18n/**/*.json' dist/i18n",
"copy-i18n:w": "cpx './i18n/**/*.json' dist/i18n -w",
"tsc": "tsc",
"tsc:w": "tsc -w",