Skip to content
Snippets Groups Projects
Commit 309b6d7b authored by Mathis Neumann's avatar Mathis Neumann
Browse files

disable minification for production since it breaks cose-bilkent

parent b0e52e0a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
// Add options here
// cose-bilkent breaks upon minification, see https://github.com/cytoscape/cytoscape.js-cose-bilkent/issues/4
minifyJS: {
enabled: false
},
'ember-cli-bootstrap-sassy': {
'js': []
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment