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 has been archived by the owner on Feb 13, 2019. It is now read-only.
By default grunt-bower-task will remove (clean) installed Bower package and try to copy it, this leads to race-condition:
grunt
Running "bower:install" (bower) task
>> Installed bower packages
Fatal error: ENOENT, no such file or directory 'wwwroot/lib/jquery-validation
The fix is to not copy already installed packages - as the same directory is used in .bowerrc config and in grunt-bower-tasktargetDir option.
Similar: yatskevich/grunt-bower-task#134
The text was updated successfully, but these errors were encountered:
as a comment: before beta5 all client-side templates were included with source of template - so no Bower managed installation have been ocurring during installation. After beta5, all client side dependencies are installed via Bower (as part of build process or via Grunt task).
By default
grunt-bower-task
will remove (clean) installed Bower package and try to copy it, this leads to race-condition:The fix is to not copy already installed packages - as the same directory is used in
.bowerrc
config and ingrunt-bower-task
targetDir
option.Similar:
yatskevich/grunt-bower-task#134
The text was updated successfully, but these errors were encountered: