mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
experiments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require.config({
|
||||
urlArgs: 'bust=' + (new Date().getTime()),
|
||||
baseUrl: 'public/app_gen',
|
||||
baseUrl: 'public/.app_gen',
|
||||
|
||||
paths: {
|
||||
config: 'components/config',
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<!-- build:js [[.AppSubUrl]]/app/app.js -->
|
||||
<script src="[[.AppSubUrl]]/public/vendor/requirejs/require.js"></script>
|
||||
<script src="[[.AppSubUrl]]/public/app_gen/components/require.config.js"></script>
|
||||
<script src="[[.AppSubUrl]]/public/.app_gen/components/require.config.js"></script>
|
||||
<!-- endbuild -->
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user