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
Building from a fresh checkout (with recursive submodules) using grunt build, I get the following error on the requirejs:dist task:
Running "requirejs:dist" (requirejs) task
Tracing dependencies for: main
Error: ENOENT, no such file or directory '/home/miki/vcs/git/adobe/brackets/src/thirdparty/CodeMirror2/lib/CodeMirror.js'
In module tree:
main
brackets
search/FindInFiles
search/FindReplace
{ [Error: Error: ENOENT, no such file or directory '/home/miki/vcs/git/adobe/brackets/src/thirdparty/CodeMirror2/lib/CodeMirror.js'
In module tree:
main
brackets
search/FindInFiles
search/FindReplace
at Object.fs.openSync (fs.js:427:18)
]
originalError:
{ [Error: ENOENT, no such file or directory '/home/miki/vcs/git/adobe/brackets/src/thirdparty/CodeMirror2/lib/CodeMirror.js']
errno: 34,
code: 'ENOENT',
path: '/home/miki/vcs/git/adobe/brackets/src/thirdparty/CodeMirror2/lib/CodeMirror.js',
syscall: 'open',
fileName: '/home/miki/vcs/git/adobe/brackets/src/thirdparty/CodeMirror2/lib/CodeMirror.js',
moduleTree: [ 'search/FindReplace', 'search/FindInFiles', 'brackets', 'main' ] } }
$ ls -l src/thirdparty/CodeMirror2/lib/
total 296
-rw-r--r-- 1 miki users 6309 Mar 19 20:33 codemirror.css
-rw-r--r-- 1 miki users 293877 Mar 19 20:33 codemirror.js
or, in other words: on *nix, case does matter, you insensitive clod! ;-)
Comment by njx Wednesday Mar 19, 2014 at 23:20 GMT
D'oh, that would be me :) Thanks for fixing this. I don't understand why it's not case-sensitive on Mac, though, or why it didn't cause our Linux build to fail...
Issue by ackalker
Wednesday Mar 19, 2014 at 19:51 GMT
Originally opened as adobe/brackets#7253
Building from a fresh checkout (with recursive submodules) using
grunt build
, I get the following error on therequirejs:dist
task:or, in other words: on *nix, case does matter, you insensitive clod! ;-)
ackalker included the following code: https://github.com/adobe/brackets/pull/7253/commits
The text was updated successfully, but these errors were encountered: