Skip to content

Commit 09277b7

Browse files
author
Josh David Miller
committed
fix(build): Vendor files were added 2x to build
Closes ngbp#69.
1 parent 3344671 commit 09277b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ module.exports = function ( grunt ) {
180180
'<%= build_dir %>/src/**/*.js',
181181
'<%= html2js.app.dest %>',
182182
'<%= html2js.common.dest %>',
183-
'<%= vendor_files.js %>',
184183
'module.suffix'
185184
],
186185
dest: '<%= compile_dir %>/assets/<%= pkg.name %>-<%= pkg.version %>.js'

0 commit comments

Comments
 (0)