javascript - Grunt is not correctly building locally - missing files -


grunt has stopped building correctly locally. it's not building assets served angular, , console giving following message:

uncaught error: inc/../../../common/js/sv-common missing inc/../../../common/js/./lib/ngui-sortable

edit: more detail

uncaught error: ../../common/js/sv-common missing ../../common/js/./lib/ngui-sortable > main @ www-app.js:296call > dep @ www-app.js:166 > main @ www-app.js:291call > dep @ www-app.js:166main @ www-app.js:291 > req @ www-app.js:359 > (anonymous function) @ www-app.js:3737 > (anonymous function) @ www-app.js:3738 

i've done fresh checkout of repo, , no 1 else on team having same issue. missing file absolutely in local repo, , it's in tmp/ directory of it. have no idea how debug this.

$ grunt --stack -d running "jshint:local" (jshint) task [d] task source: /workspace/survata-com/node_modules/grunt-contrib-jshint/tasks/jshint.js >> 0 files linted. please check ignored files.  running "clean:local" (clean) task [d] task source: /workspace/survata-com/node_modules/grunt-contrib-clean/tasks/clean.js cleaning tmp/...ok cleaning /opt/survata/deploy...ok  running "less:local" (less) task [d] task source: /workspace/survata-com/node_modules/grunt-contrib-less/tasks/less.js file tmp/htdocs/assets/20150929_165903/www/survata-www.css created. file tmp/htdocs/assets/20150929_165903/www/dashboard.css created. file tmp/htdocs/assets/20150929_165903/surveys/surveys-app.css created. file tmp/htdocs/assets/20150929_165903/take/surveys-app.css created. file tmp/htdocs/assets/20150929_165903/surveywall/survey-wall.css created. file tmp/htdocs/surveywall/style/build/survey-wall.css created. file subdomains/surveywall/style/build/survey-wall.css created.  running "copy:assets" (copy) task [d] task source: /workspace/survata-com/node_modules/grunt-contrib-copy/tasks/copy.js created 50 directories, copied 428 files  running "shell:requirejs" (shell) task [d] task source: /workspace/survata-com/node_modules/grunt-shell/tasks/shell.js  running "copy:common_deploy" (copy) task [d] task source: /workspace/survata-com/node_modules/grunt-contrib-copy/tasks/copy.js created 10 directories, copied 10 files  running "shell:pygreen" (shell) task [d] task source: /workspace/survata-com/node_modules/grunt-shell/tasks/shell.js  running "shell:replace_subdomain" (shell) task [d] task source: /workspace/survata-com/node_modules/grunt-shell/tasks/shell.js  running "replace:local" (replace) task [d] task source: /workspace/survata-com/node_modules/grunt-text-replace/tasks/text-replace.js  running "copy:deploy_local" (copy) task [d] task source: /workspace/survata-com/node_modules/grunt-contrib-copy/tasks/copy.js created 388 directories, copied 2148 files  running "shell:deploy_local" (shell) task [d] task source: /workspace/survata-com/node_modules/grunt-shell/tasks/shell.js  done, without errors. 


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -