File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ class Angular2App extends BroccoliPlugin {
56
56
read ( readTree ) {
57
57
return this . _tree . read ( readTree ) ;
58
58
}
59
+
59
60
/**
60
61
* @override
61
62
*/
@@ -246,34 +247,6 @@ class Angular2App extends BroccoliPlugin {
246
247
} ) ;
247
248
}
248
249
249
- /**
250
- * Returns the source root dir tree.
251
- *
252
- * @private
253
- * @method _getSourceTree
254
- * @return {Tree } Tree for the src dir.
255
- */
256
- _getSourceTree ( ) {
257
- return new BroccoliFunnel ( this . _inputNode , {
258
- include : [ '*.ts' , '**/*.ts' , '**/*.d.ts' ] ,
259
- destDir : this . _sourceDir
260
- } ) ;
261
- }
262
-
263
- /**
264
- * Returns the typings tree.
265
- *
266
- * @private
267
- * @method _getTypingsTree
268
- * @return {Tree } Tree for the src dir.
269
- */
270
- _getTypingsTree ( ) {
271
- return new BroccoliFunnel ( 'typings' , {
272
- include : [ 'browser.d.ts' , 'browser/**' ] ,
273
- destDir : 'typings'
274
- } ) ;
275
- }
276
-
277
250
/**
278
251
* Returns the TS tree.
279
252
*
@@ -345,7 +318,6 @@ class Angular2App extends BroccoliPlugin {
345
318
include : [ path . join ( this . _sourceDir , '**/*' ) ] ,
346
319
exclude : [
347
320
'**/*.ts' ,
348
- '**/*.js' ,
349
321
'**/*.scss' ,
350
322
'**/*.sass' ,
351
323
'**/*.less' ,
You can’t perform that action at this time.
0 commit comments