|
@@ -5,6 +5,7 @@ module.exports = function(config) {
|
|
|
src: ['app/**/*.html'],
|
|
src: ['app/**/*.html'],
|
|
|
dest: '<%= genDir %>/app/core/partials.js',
|
|
dest: '<%= genDir %>/app/core/partials.js',
|
|
|
options: {
|
|
options: {
|
|
|
|
|
+ prefix: 'public/',
|
|
|
bootstrap: function(module, script) {
|
|
bootstrap: function(module, script) {
|
|
|
return "define('app/core/partials', ['app/core/core_module'], function(coreModule) { \n" +
|
|
return "define('app/core/partials', ['app/core/core_module'], function(coreModule) { \n" +
|
|
|
"coreModule.default.run(['$templateCache', function($templateCache) { \n" +
|
|
"coreModule.default.run(['$templateCache', function($templateCache) { \n" +
|