mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
experiments
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = function(config) {
|
||||
cwd: '<%= srcDir %>/app',
|
||||
expand: true,
|
||||
src: ['**/*.js', '**/*.html'],
|
||||
dest: '<%= srcDir %>/app_gen'
|
||||
dest: '<%= srcDir %>/.app_gen'
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
@@ -4,7 +4,7 @@ module.exports = function() {
|
||||
return {
|
||||
build: {
|
||||
src: ['public/app/**/*.ts'],
|
||||
dest: 'public/app_gen',
|
||||
dest: 'public/.app_gen',
|
||||
options: {
|
||||
module: 'amd', //or commonjs
|
||||
target: 'es5', //or es3
|
||||
@@ -16,7 +16,7 @@ module.exports = function() {
|
||||
},
|
||||
watch: {
|
||||
src: ['public/app/**/*.ts'],
|
||||
dest: 'public/app_gen',
|
||||
dest: 'public/.app_gen',
|
||||
options: {
|
||||
module: 'amd', //or commonjs
|
||||
target: 'es5', //or es3
|
||||
|
||||
Reference in New Issue
Block a user