Skip to content

Commit 7aba204

Browse files
filipesilvajohannes.werner
authored and
johannes.werner
committed
fix(tests): re-enable sass/less/stylus tests (angular#1363)
1 parent b2299e6 commit 7aba204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/ng2/blueprints/ng2/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ module.exports = {
4444

4545
files: function() {
4646
var fileList = getFiles.call(this);
47-
47+
4848
if (this.options && this.options.mobile) {
4949
fileList = fileList.filter(p => p.indexOf('__name__.component.html') < 0);
5050
fileList = fileList.filter(p => p.indexOf('__name__.component.__styleext__') < 0);
5151
}
52-
52+
5353
return fileList;
5454
},
5555

0 commit comments

Comments
 (0)