mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 00:22:36 +08:00
experiments
This commit is contained in:
@ -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