Skip to content

Commit

Permalink
add node assets to add-on configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Welch Canavan committed Oct 12, 2019
1 parent cff6e28 commit 9b89560
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
8 changes: 7 additions & 1 deletion index.js
@@ -1,5 +1,11 @@
'use strict';

module.exports = {
name: require('./package').name
name: require('./package').name,

included() {
this._super.included.apply(this, arguments);

this.import('node_modules/@fullcalendar/core/main.css');
}
};
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b89560

Please sign in to comment.