Commit fb4370b4 authored by Paul Kaplan's avatar Paul Kaplan

Remove dev routes on staging

parent 24cdd291
......@@ -12,4 +12,4 @@
"view": "studio/studio",
"title": "Studio Playground"
}
]
\ No newline at end of file
]
......@@ -14,7 +14,7 @@ const autoprefixer = require('autoprefixer');
let routes = require('./src/routes.json');
const templateConfig = require('./src/template-config.js'); // eslint-disable-line global-require
if (process.env.NODE_ENV !== 'production' || process.env.SCRATCH_ENV === 'staging') {
if (process.env.NODE_ENV !== 'production') {
routes = routes.concat(require('./src/routes-dev.json')); // eslint-disable-line global-require
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment