gruntjs

    1熱度

    1回答

    我已經在本地機器上安裝了「npm」。在我Gruntfile.js目錄,我在這過程中安裝咕嚕: NPM安裝咕嚕 NPM安裝-g咕嚕-CLI 咕嚕手錶 tasker運行,但我得到這些警告: 這裏是我gruntfile.js文件 module.exports = function (grunt) { grunt.initConfig({ pkg: grunt.file.readJS

    1熱度

    1回答

    我試圖從bower.json讀取數據和推到現有的JSON文件爲我的項目 var mapping = grunt.file.readJSON('bower.json'); var map = grunt.file.readJSON('other.json); 我怎樣才能將其推入其他檔案?我已經嘗試過推()和write() 謝謝

    0熱度

    1回答

    嘗試使用grunt-kill創建一個任務,該任務將終止我的server-scorm任務,並最終執行任何相關任務。這些指令非常簡短,因爲它假定我知道所有關於PID文件(我不知道,而不是開發人員故障),並且Grunt Manual使它們引用0。 問題是我不知道如何正確引用PID文件路徑以及Grunt使用的命名方案。 當我運行下面的命令,我可以得到的ID: ps aux | grep grunt 當

    0熱度

    1回答

    今天,當我想運行npm install後加入package.json和gruntfile.js後安裝一個新的項目咕嚕,我得到這個錯誤: npm ERR! code E403 npm ERR! 403 Forbidden: [email protected]~0.2.3 npm ERR! A complete log of this run can be found in: npm ERR!

    0熱度

    1回答

    我有一個Grunt任務,如果--verbose命令行標誌打開,我想回復一些更多的信息到控制檯。 查明該標誌是否打開不可能與grunt.option('verbose')。它似乎也不在grunt.package的任何地方。 如何從任務中看到用戶是否設置了詳細標誌?

    0熱度

    1回答

    我正在使用grunt-loop-mocha節點模塊。當我執行咕嚕測試,我得到以下錯誤: Warning: Task "loopmocha" not found. Use --force to continue. Aborted due to warnings. 這裏是我的代碼: module.exports = function(grunt) { require("grunt-

    0熱度

    1回答

    日誌看起來像這樣。 8 http fetch GET 404 https://registry.npmjs.org/gurnt 2232ms 9 silly fetchPackageMetaData error for [email protected] 404 Not Found: [email protected] 10 verbose stack Error: 404 Not Found

    0熱度

    1回答

    我正在使用「grunt-contrib-copy」:「^ 1.0.0」,並且複製的二進制文件被破壞,請看看我的grunt配置並在此幫助我。 copy: { options: { // exclude binary format from the processContent function processContentExclude: [ '**/

    0熱度

    1回答

    我想用grunt編譯scss文件。使用論文模塊 grunt-contrib-sass grunt-contrib-watch grunt-contrib-concat 他這樣說,我所有的常規CSS文件被編譯成我的主css文件,但沒有我的.scss文件一樣。我試圖在命令行手動編譯我的文件,並且它工作正常(sass styles.scss:style.css),所以它與我的.scss或ruby無關。我

    1熱度

    1回答

    我正在使用雲端數字服務器IP http://192.241.160.194與Dokku & OS unbunto 16.04; 我必須在此服務器上部署平均堆棧項目。在我的本地機器上,我正在使用grunt服務器來運行這個項目。在我的本地系統上,我使用Unbunto 16.04。 在服務器上,我成功安裝了npm,bower,nodejs,grunt服務器和mongodb。但是當我想運行grunt服務器