Skip to content

Commit

Permalink
removed cdnify because it's not doing anything yeoman/generator-angul…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Apr 8, 2016
1 parent e659637 commit e349ddd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (grunt) {
require('jit-grunt')(grunt, {
useminPrepare: 'grunt-usemin',
ngtemplates: 'grunt-angular-templates',
cdnify: 'grunt-google-cdn'
// cdnify: 'grunt-google-cdn'
});

// Configurable paths for the application
Expand Down Expand Up @@ -403,11 +403,11 @@ module.exports = function (grunt) {
},

// Replace Google CDN references
cdnify: {
dist: {
html: ['<%= yeoman.dist %>/*.html']
}
},
// cdnify: {
// dist: {
// html: ['<%= yeoman.dist %>/*.html']
// }
// },

// Copies remaining files to places other tasks can use
copy: {
Expand Down Expand Up @@ -507,7 +507,7 @@ module.exports = function (grunt) {
'concat',
'ngAnnotate',
'copy:dist',
'cdnify',
// 'cdnify',
'cssmin',
'uglify',
'filerev',
Expand Down

0 comments on commit e349ddd

Please sign in to comment.