Skip to content

Commit

Permalink
#966 Remove grunt google cdn plugin (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 6, 2019
1 parent c2b8562 commit 977df59
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ui/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module.exports = function(grunt) {
// Automatically load required Grunt tasks
require('jit-grunt')(grunt, {
useminPrepare: 'grunt-usemin',
ngtemplates: 'grunt-angular-templates',
cdnify: 'grunt-google-cdn'
ngtemplates: 'grunt-angular-templates'
});

grunt.loadNpmTasks('grunt-connect-proxy');
Expand Down Expand Up @@ -348,13 +347,6 @@ module.exports = function(grunt) {
}
},

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

// Copies remaining files to places other tasks can use
copy: {
dist: {
Expand Down

0 comments on commit 977df59

Please sign in to comment.