mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix ember config
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
module.exports = function (environment) {
|
||||
var ENV = {
|
||||
modulePrefix: 'py-rigs',
|
||||
modulePrefix: 'pyrigs',
|
||||
environment: environment,
|
||||
rootURL: '/',
|
||||
locationType: 'auto',
|
||||
|
||||
@@ -5,6 +5,7 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
|
||||
module.exports = function (defaults) {
|
||||
var app = new EmberApp(defaults, {
|
||||
// Add options here
|
||||
storeConfigInMeta: false,
|
||||
|
||||
sassOptions: {
|
||||
includePaths: [
|
||||
|
||||
Reference in New Issue
Block a user