エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
メモ書き。 example.com/css example.com/scss example.com/下層/css example.com/下層/scss があるとす... メモ書き。 example.com/css example.com/scss example.com/下層/css example.com/下層/scss があるとする。同一案件なので一括でコンパイルさせたいんだよー。 example.com/Gruntfile.js example.com/config.rb example.com/下層/config.rb を用意。 上層下層の文字は適当に入れ替えてください。 module.exports = function(grunt) { grunt.initConfig({ compass: { 上層: { options: { config: 'config.rb' } }, 下層: { options: { config: '下層/config.rb' } } } }); //~~~~ };