mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	build/grunt script fixes
This commit is contained in:
		| @@ -4,7 +4,7 @@ module.exports = function(grunt) { | ||||
|   grunt.registerTask('build', [ | ||||
|     'jshint:source', | ||||
|     'clean:on_start', | ||||
|     'less:dist', | ||||
|     'less:src', | ||||
|     'copy:everything_but_less_to_temp', | ||||
|     'htmlmin:build', | ||||
|     'cssmin:build', | ||||
|   | ||||
| @@ -4,7 +4,7 @@ module.exports = function(config) { | ||||
|     everything_but_less_to_temp: { | ||||
|       cwd: '<%= srcDir %>', | ||||
|       expand: true, | ||||
|       src: ['**/*', '!**/*.less'], | ||||
|       src: ['**/*', '!**/*.less', '!config.js'], | ||||
|       dest: '<%= tempDir %>' | ||||
|     } | ||||
|   }; | ||||
|   | ||||
| @@ -2,7 +2,7 @@ module.exports = function(config) { | ||||
|   return { | ||||
|     dest: { | ||||
|       expand: true, | ||||
|       src: ['**/*.js', '!config.js', '!app/dashboards/*.js', '!app/dashboards/**/*.js',], | ||||
|       src: ['**/*.js', '!config.sample.js', '!app/dashboards/*.js', '!app/dashboards/**/*.js',], | ||||
|       dest: '<%= destDir %>', | ||||
|       cwd: '<%= destDir %>', | ||||
|       options: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user