diff --git a/Gruntfile.js b/Gruntfile.js index 49aea2d..d151b0d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 @@ -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: { @@ -507,7 +507,7 @@ module.exports = function (grunt) { 'concat', 'ngAnnotate', 'copy:dist', - 'cdnify', + // 'cdnify', 'cssmin', 'uglify', 'filerev',