-
Notifications
You must be signed in to change notification settings - Fork 1
gulp
igara edited this page Jan 1, 2016
·
4 revisions
タスクランナーツール
現在登録されているタスク
- npm installされた後、node_modules下にあるファイルをpublic下に移動させる。
./node_modules/.bin/gulp
- tsconfig.jsonにresources/assets/ts/下にあるtsファイルをビルド対象にするように変更を行う。
./node_modules/.bin/gulp tsconfig
- resources/assets/ts/下に保存されているtsファイルをjsファイルにトランスパイルさせる。
./node_modules/.bin/gulp tsbuild