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を実行しようとしています。理想的には、gruntfileを「。」ではなく./buildに格納したいと思います。
また、「grunt:cd build&&gruntwatch」を介してフォアマンでそれを試してみました。
それを機能させることができないようです....これを行う方法はありますか?
別の場所で gruntfile をヒットするには、--gruntfileフラグを使用するだけです。
--gruntfile
必要なディレクトリ構造の場合:
grunt --gruntfile ./build/grunt.js