Skip to content

Commit 768ac91

Browse files
stillesjoAwk34
authored andcommitted
Changes main view file extention to html
1 parent dda6d2c commit 768ac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/gulpfile.babel(gulp).js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const paths = {
2828
styles: ['client/{app,components}/**/*.<%= styleExt %>'],
2929
mainStyle: 'client/app/app.<%= styleExt %>',
3030
views: 'client/{app,components}/**/*.<%= templateExt %>',
31-
mainView: 'client/index.<%= templateExt %>',
31+
mainView: 'client/index.html',
3232
test: ['client/**/*.spec.<%= scriptExt %>'],
3333
testRequire: [
3434
'client/bower_components/angular/angular.js',

0 commit comments

Comments
 (0)