We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f8e7f commit 7613917Copy full SHA for 7613917
Brocfile.js
@@ -4,6 +4,9 @@
4
var EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
5
6
var app = new EmberAddon({
7
+ sassOptions: {
8
+ 'outputFile': 'dummy.css'
9
+ },
10
'ember-cli-chartist': {
11
'useCustomCSS': true
12
}
0 commit comments