We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13578ef commit 1403f10Copy full SHA for 1403f10
index.js
@@ -10,7 +10,6 @@ module.exports = {
10
this.app = app;
11
12
var options = app.options['ember-cli-chartist'] || {},
13
- // modulePath = path.relative(app.project.root, __dirname),
14
chartistPath = path.join(app.bowerDirectory, 'chartist', 'dist');
15
16
if (options.useCustomCSS) {
0 commit comments