Skip to content

Commit

Permalink
docs: add events.json to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ijz953 committed Mar 13, 2019
1 parent 315ab6a commit 9ed378f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ module.exports = new Package('angular-content', [basePackage, contentPackage])
include: CONTENTS_PATH + '/marketing/resources.json',
fileReader: 'jsonFileReader'
},
{
basePath: CONTENTS_PATH,
include: CONTENTS_PATH + '/marketing/events.json',
fileReader: 'jsonFileReader'
},
]);

collectExamples.exampleFolders.push('examples');
Expand Down

0 comments on commit 9ed378f

Please sign in to comment.