Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamshow/webcha-lite-js001
Gruntでsassをwatchする
https://github.com/tamshow/webcha-lite-js001
Last synced: 27 days ago
JSON representation
Gruntでsassをwatchする
- Host: GitHub
- URL: https://github.com/tamshow/webcha-lite-js001
- Owner: tamshow
- Created: 2013-07-15T06:09:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T03:46:50.000Z (almost 11 years ago)
- Last Synced: 2024-12-13T21:30:32.477Z (about 1 month ago)
- Language: CSS
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webっちゃlite 第1回
===========### 「JavaScriptのタスクランナーGruntでsassをwatchする」
####Gruntとは?
JavaScriptのタスクランナーhttp://gruntjs.com/
####手順
1. Node.jsをインストールしておきます。
1. Gruntのコマンドを使えるようにnpmのグローバルにインストールします。
* `npm install -g grunt-cli`
1. npmをプロジェクトディレクトリにインストールします。
* プロジェクトディレクトリにpackage.jsonを作成します。
* `npm install`
1. Gruntを設定します。
* Gruntfile.jsを作成します。### 履歴
+ 2014.02.12 : マカベン資料追加.