Skip to content

Commit

Permalink
Fixed build tools to not break when using AOT compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ghilini committed Dec 2, 2016
1 parent 519b92a commit 7e4d81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-md-datatable",
"version": "1.0.10",
"version": "1.0.11",
"description": "Angular 2 DataTable component for using with Material 2",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tools/gulp/tasks/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ task(':build:components:spec', tsBuildTask(componentsDir, 'tsconfig.json'));

/** Copies assets (html, markdown) to build output. */
task(':build:components:assets', copyTask([
path.join(componentsDir, '**/*.!(ts|spec.ts)'),
path.join(componentsDir, '**/*.scss'),
path.join(PROJECT_ROOT, 'README.md'),
path.join(PROJECT_ROOT, 'package.json'),
], DIST_ROOT));
Expand Down

0 comments on commit 7e4d81c

Please sign in to comment.