etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
971 stars 112 forks source link

grunt requirejs task failing #33

Closed sbassan closed 8 years ago

sbassan commented 8 years ago

Running "requirejs:js" (requirejs) task Error: ENOENT: no such file or directory, open '/411/htdocs/dist/js/views/searches/search/push.js' In module tree: main app views/searches/search/load

{ [Error: Error: ENOENT: no such file or directory, open '/411/htdocs/dist/js/views/searches/search/push.js' In module tree: main app views/searches/search/load

at Error (native)

] originalError: { [Error: ENOENT: no such file or directory, open '/411/htdocs/dist/js/views/searches/search/push.js'] errno: -2, code: 'ENOENT', syscall: 'open', path: '/411/htdocs/dist/js/views/searches/search/push.js', fileName: '/411/htdocs/dist/js/views/searches/search/push.js', moduleTree: [ 'views/searches/search/load', 'app', 'main' ] } } The command '/bin/sh -c grunt prod' returned a non-zero code: 1

nevins-b commented 8 years ago

Looks like maybe this file was supposed to added in e8f2f35b7daf449c285a9b1ff2e3477aa6aed447 but wasn't

kiwiz commented 8 years ago

Bleh. Leaked out from the push branch. Fixed b1629d8134ce2255b947a302d08876a4dfe485ef.