Skip to content

build environment on WindowsOS for frontend engineers

Notifications You must be signed in to change notification settings

tsukurite/build-env

Repository files navigation

build-env

build environment on WindowsOS for frontend engineers

セットアップ

Windows

  1. releasesから新しいバージョンのzipファイルをダウンロードする
  2. ダウンロードしたzipファイルをリポジトリ内の任意の場所に展開する
  3. setup.batを実行して各種モジュール等をインストールする
  4. 後述のバッチファイルを実行する

OS X

  1. releasesから新しいバージョンのzipファイルをダウンロードする
  2. ダウンロードしたzipファイルをリポジトリ内の任意の場所に展開する
  3. $ npm install needs node.js ver.0.10.36 and npm ver.2.0 or later
  4. package.jsongulpfile.coffeeを見てなんとかする($ npm ru dev$ npm ru minなど)

バッチファイル

compile.bat

  • 公開時に使用する
  • Jadeのコンパイル
  • Sassのコンパイル
  • スプライト画像の生成
  • 画像の最適化

develop.bat

  • 開発時に使用する
  • ローカルHTTPサーバ起動
  • ファイル変更時の自動コンパイル
    • ファイルに変更があるとcompile.batの内容を実行する

included binaries

About

build environment on WindowsOS for frontend engineers

Resources

Stars

Watchers

Forks

Packages

No packages published