Created
May 28, 2014 17:35
-
-
Save tbranyen/c10b8c3ace7daee3f6de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The error: | |
Error: Error: ENOENT, no such file or directory '/Users/Jmeas/Bocoup/admiralty/client.src/client.src/core/index.js' | |
--------- | |
The directory structure: | |
client.src/ | |
bower_components/ | |
core/ | |
app.js | |
index.js | |
--------- | |
The config file: | |
```js | |
{ | |
baseUrl: '../', | |
} | |
``` | |
--------- | |
The grunt config: | |
```js | |
options: { | |
baseUrl: './client.src', | |
mainConfigFile: 'client.src/config/requirejs.js', | |
name: 'bower_components/almond/almond', | |
out: 'client.prod/js/app.js' | |
}, | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment