grunt-usemin

    0熱度

    1回答

    我的index.html如下已經分裂js文件創建多個js文件: <head> .... <!-- build:js js/app1.min.js --> <!-- js from lib --> <script src="bower_components/angular/angular.min.js"></script> <script src="

    0熱度

    2回答

    我也跟着下面的教程: https://www.youtube.com/watch?v=gIbfDxF69c8 ,並不斷收到沒有找到「usemin」的目標。 gruntfile.js: http://www.billiving.com/demo/script/gruntfile.js 源文件: /script/app/index.html /script/app/js/file2.js 該過程失敗,

    1熱度

    1回答

    我在我的應用中使用了ng-templates和usemin,我想將我的角模板寫入單獨的文件,所以我創建了一個usemin塊引用給它我.html文件,像這樣: <!-- build:js(.) scripts/templates.js --> <!-- endbuild --> 我配置了這些選項ngTemplates任務: ngtemplates: { dist: { cw

    1熱度

    1回答

    我使用yeoman生成器創建webapp。在新的應用程序我運行:grunt build --verbose並有此錯誤: Files: app/index.html -> html Options: dest="dist" Going through app/index.html to update the config Looking for build script HTML commen

    1熱度

    3回答

    所以我有一個angular應用程序。有了這個應用程序,我有很多插件(模塊),我在我的應用程序中使用。 我正在努力縮小它們的實際工作。但是,他們已被縮小(uglifyed)後,即時獲得以下錯誤: failed to instantiate module app due to: 由於:然後所有的模塊。 (從第一個加載開始,然後繼續)。 這是否意味着我無法縮小角度模塊。 (這基本上意味着我堅持100

    1熱度

    1回答

    我使用usemin生成我的JS和CSS文件 - 所有這些都以非常標準的方式。 我遇到的唯一問題是我想從我的dist中刪除舊的編譯文件。 我咕嚕配置爲: grunt.registerTask('build',['jshint','copy','html2js:main','useminPrepare','concat:generated','cssmin:generated','uglify:gen

    2熱度

    1回答

    當服務於源文件,下面的角形式呈現正確並壓制當(i減少了形式的大小,以使事情簡潔)按鈕正確地提交 <form class="form-horizontal ng-submit="entry.addEntry()" novalidate> <fieldset class="form-group"> <label class="control-label col-md-2" for

    0熱度

    1回答

    有沒有任何方式添加靜態字符串到咕嚕usemin引用的結果? 在我的情況下,咕嚕usermin更換這些線路 <script src="bower_components/foo/bar.js"></script> <script src="bower_components/example/example.js"></script> <script src="scripts/bar/

    0熱度

    3回答

    我想匹配圖像引用的字符串,但是當涉及到表達式時,我會選擇太多。在這個例子中http://www.regexr.com/3b3ub,你會看到我在第一場和第三場比賽中表現很好,但是我在第二場比賽中得到了太多。我只想要'images/md-icons/ic_notifications_24px.svg'但我實際上也得到"{{ vm.actions.length ?也。 是否有一些否定或限定符我可以用來非

    2熱度

    1回答

    我正在嘗試在我的項目中使用grunt-usemin來縮小JS和CSS文件,但它不起作用。所以我創建了一個簡單的例子,就像grunt-usemin文檔一樣,這也是行不通的。 我有簡單的結構: . ├── Gruntfile.js ├── dist │ └── js ├── index.html ├── js │ ├── bar.js │ └── foo.js └── package.