diff --git a/Gruntfile.js b/Gruntfile.js index d66c14c..a5e0b5b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,25 +24,6 @@ module.exports = function(grunt) { ] } }, - replace: { - dist: { - options: { - patterns: [ - { - match: 'googleAnalyticsId', - replacement: '<%= settings.googleAnalyticsId %>' - }, - { - match: 'version', - replacement: 'v<%= pkg.version %>' - } - ] - }, - files: [ - {expand: true, flatten: true, src: ['front/src/main.html'], dest: 'front/build/'} - ] - } - }, jshint: { all: [ '*.js', @@ -219,7 +200,6 @@ module.exports = function(grunt) { 'concat', 'uglify', 'cssmin', - 'replace', 'htmlmin:views', 'inline_angular_templates', 'filerev', diff --git a/front/src/main.html b/front/src/main.html index 1f689d7..49a1530 100644 --- a/front/src/main.html +++ b/front/src/main.html @@ -28,7 +28,7 @@