Parcourir la source

Removed banner ((I suspect it breaks the source map)

Andrea Condoluci il y a 9 ans
Parent
commit
f4ac621714
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -21,7 +21,7 @@ module.exports = function (grunt) {
     // Grunt configuration following:
     grunt.initConfig({
         pkg: grunt.file.readJSON('package.json'),
-        banner: banner,
+        // banner: banner,
         // Build output directories
         outputDir: {
             build: 'build',