FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

Build fails if there is no html files to compile #90

Closed admirpajalic closed 5 years ago

admirpajalic commented 7 years ago

I wanted to test this generator with just one simple thing, load angular module without anything, and build task failed because there are no html files to compile.

[00:14:58] Starting 'build'...
(node:15108) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: File not found with singular glob: F:\<dir>\.tmp\templateCacheHtml.js
(node:15108) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
[00:14:58] 'build' errored after 9.6 ms
[00:14:58] Error: File not found with singular glob: F:<dir>\.tmp\templateCacheHtml.js
satheeshtcs commented 6 years ago

@admirpajalic did you find any solution for above error. I am getting the same error.