Skip to content

Commit ef6b2c1

Browse files
committed
Merge pull request #37 from ParsePlatform/rename-dashboard-config-js
Rename dashboard.config.js
2 parents c11abb3 + a30a50a commit ef6b2c1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

base.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This source code is licensed under the license found in the LICENSE file in
66
* the root directory of this source tree.
77
*/
8-
//This file should be imported by another config file, like dashboard.config.js
8+
//This file should be imported by another config file, like build.config.js
99

1010
var path = require('path');
1111
var SvgPrepPlugin = require('./plugins/svg-prep');
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"webpack": "~1.12.0"
3535
},
3636
"scripts": {
37-
"dashboard": "node ./Parse-Dashboard/index.js & webpack --config dashboard.config.js --progress --watch",
37+
"dashboard": "node ./Parse-Dashboard/index.js & webpack --config build.config.js --progress --watch",
3838
"pig": "http-server ./PIG -p 4041 -s & webpack --config PIG.config.js --progress --watch",
3939
"build": "NODE_ENV=production webpack --config production.config.js && webpack --config PIG.config.js",
4040
"test": "NODE_PATH=./node_modules jest",

0 commit comments

Comments
 (0)