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
Great work, only one issue, the grunt file provided with the example seems to have some problems.
At first I got a message complaining that concat is unknown.
After adding this line:
grunt.loadNpmTasks('grunt-contrib-concat');
I'm getting this error:
Warning: Unable to write "views/templates/compiled" file (Error code: EISDIR).
Could you please help?
The text was updated successfully, but these errors were encountered:
Great work, only one issue, the grunt file provided with the example seems to have some problems.
At first I got a message complaining that concat is unknown.
After adding this line:
grunt.loadNpmTasks('grunt-contrib-concat');
I'm getting this error:
Warning: Unable to write "views/templates/compiled" file (Error code: EISDIR).
Could you please help?
The text was updated successfully, but these errors were encountered: