mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(typescript): its looking good
This commit is contained in:
@@ -8,11 +8,11 @@ module.exports = function(config) {
|
||||
dest: '<%= tempDir %>'
|
||||
},
|
||||
|
||||
app_gen_build: {
|
||||
cwd: '<%= srcDir %>/app',
|
||||
everything_but_less: {
|
||||
cwd: '<%= srcDir %>',
|
||||
expand: true,
|
||||
src: ['**/*.js', '**/*.html'],
|
||||
dest: '<%= srcDir %>/.app_gen'
|
||||
src: ['**/*', '!**/*.less'],
|
||||
dest: '<%= genDir %>'
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user