Skip to content

Commit

Permalink
Fix plugin generator when using hacks and SCSS [ci skip] (#23579) (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Sep 27, 2018
1 parent 3a1c702 commit 5794396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function (kibana) {
<%_ if (generateHack) { -%>
hacks: [
'plugins/<%= snakeCase(name) %>/hack'
]
],
<%_ } -%>
<%_ if (generateScss) { -%>
styleSheetPaths: require('path').resolve(__dirname, 'public/app.scss'),
Expand Down

0 comments on commit 5794396

Please sign in to comment.