Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近、Grunt から Gulp タスク ランナーに切り替えました。
特定のルールが SASS ファイルのどこから来たかを示す、コンパイルされた CSS ファイルの行番号をコメントとして出力することは可能ですか?
grunt-contrib-compass モジュールを使用していたとき、このような機能はデフォルトで有効になっていました。
現在、sass ファイルのコンパイルに gulp-sass を使用しています。
はい、正しいオプションを渡す必要がある可能性があります。
.pipe(sass({ sourceComments: 'map', sourceMap: 'sass', outputStyle: 'nested' }))