Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/using-gulpcoffee

Using coffee-script for gulpfile
https://github.com/kazu69/using-gulpcoffee

Last synced: 19 days ago
JSON representation

Using coffee-script for gulpfile

Awesome Lists containing this project

README

        

## gulpfile.coffeeを使う

[using-coffee-script-for-gulpfile](https://github.com/gulpjs/gulp/blob/master/docs/recipes/using-coffee-script-for-gulpfile.md)

---

### コマンドオプションを指定する方法

```
gulp --require coffee-script/register
```

gulpfile.coffee を設定して読み込んでタスクを実行する。

```.zshrc```などに```alias gulp=gulp --require coffee-script```を追加しておくと便利

---

### gulpfile.jsから実行するする方法

```shell
gulp
```

で通常通り```gulpfile.js```実行して、gulpfile.coffeeを読込みタスクを実行させる