Changed name off config.js to config.sample.js to make it easier to upgrade with having to worry about config being overwwritten, if there is no config.js file config.sample.js will be read instead (requirejs fallback). Closes #65

This commit is contained in:
Torkel Ödegaard
2014-02-06 17:10:25 +01:00
parent 0015f81645
commit f2f435b4cb
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ node_modules
.aws-config.json
dist
web.config
config.dev.js
config.js
*.sublime-workspace
+1 -1
View File
@@ -4,7 +4,7 @@
"company": "Coding Instinct AB"
},
"name": "grafana",
"version": "1.0.4",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "http://github.com/torkelo/grafana.git"
+1 -1
View File
@@ -5,7 +5,7 @@ require.config({
baseUrl: 'app',
// urlArgs: 'r=@REV@',
paths: {
config: '../config',
config: ['../config', '../config.sample'],
settings: 'components/settings',
kbn: 'components/kbn',