You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
When trying to generate a build using the grunt build command, it executes without any noticeable errors. The builds that should include the templates however do not contain the templates. So I tried grunt test to see if anything is wrong and it does because it fails on 479 tests. At the moment I'm running Node v0.10.24, does anybody know if this causes the problem?
The text was updated successfully, but these errors were encountered:
@chrisirhc we could run the html2js task in the build goal but it would mean running it twice.
I really not sure how to make this better with the current Grunt as - AFAIK - there is no way to require one task to be run before other tasks.
Closing for now, let's tackle this when anyone has an idea of a reasonable fix. I wonder why people assumegrunt build to work as this is not a common Grunt convention and our documentation indicates that html2js needs to be run first....
When trying to generate a build using the
grunt build
command, it executes without any noticeable errors. The builds that should include the templates however do not contain the templates. So I triedgrunt test
to see if anything is wrong and it does because it fails on 479 tests. At the moment I'm running Nodev0.10.24
, does anybody know if this causes the problem?The text was updated successfully, but these errors were encountered: