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) {
|
module.exports = function (environment) {
|
||||||
var ENV = {
|
var ENV = {
|
||||||
modulePrefix: 'py-rigs',
|
modulePrefix: 'pyrigs',
|
||||||
environment: environment,
|
environment: environment,
|
||||||
rootURL: '/',
|
rootURL: '/',
|
||||||
locationType: 'auto',
|
locationType: 'auto',
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
|
|||||||
module.exports = function (defaults) {
|
module.exports = function (defaults) {
|
||||||
var app = new EmberApp(defaults, {
|
var app = new EmberApp(defaults, {
|
||||||
// Add options here
|
// Add options here
|
||||||
|
storeConfigInMeta: false,
|
||||||
|
|
||||||
sassOptions: {
|
sassOptions: {
|
||||||
includePaths: [
|
includePaths: [
|
||||||
|
|||||||
Reference in New Issue
Block a user