0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【備忘録】ejsとscssの開発環境の構築

Posted at

内容

ejsとscssの開発環境を作成したときのメモ

  • SSI(server side include)を確認できるローカル環境

  • EJSのビルド環境

  • scssビルド環境
    の構築 

  • リポジトリ
    https://github.com/koutatta13/ejs-sass

  • 使用したモジュール

    • gulp
    • gulp-sass //scssコンパイルのため
    • gulp-sass-grapher //scssで@important対応の差分ビルド
    • path
    • gulp-watch //差分検知
    • browser-sync //自動リロード(未実装)
    • gulp-rename //拡張子の変換
    • gulp-ejs //EJSのビルド
    • gulp-replace //置換
    • gulp-plumber //エラー無視
    • connect-ssi //SSI対応

コードの解説

なし git 見てください

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?