Skip to content

Commit

Permalink
Changed name off config.js to config.sample.js to make it easier to u…
Browse files Browse the repository at this point in the history
…pgrade 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 grafana#65
  • Loading branch information
torkelo committed Feb 6, 2014
1 parent 0015f81 commit f2f435b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ node_modules
.aws-config.json
dist
web.config
config.dev.js
config.js
*.sublime-workspace
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/require.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require.config({
baseUrl: 'app',
// urlArgs: 'r=@REV@',
paths: {
config: '../config',
config: ['../config', '../config.sample'],
settings: 'components/settings',
kbn: 'components/kbn',

Expand Down
File renamed without changes.

0 comments on commit f2f435b

Please sign in to comment.