I was wondering if this was a problem with grunt-contrib-require or just a problem with my code. I'm trying to replicate this answer on stackoverflow, it's also in the requirejs docs.
Running "requirejs:main" (requirejs) task
>> Tracing dependencies for: main
>> Error: ENOENT, no such file or directory
>> '/Users/user/.../noconflict.js'
>> In module tree:
>> main
I was wondering if this was a problem with
grunt-contrib-require
or just a problem with my code. I'm trying to replicate this answer on stackoverflow, it's also in the requirejs docs.Here's my code:
Here's the error: