Skip to content

Instantly share code, notes, and snippets.

@tbranyen
Created May 28, 2014 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbranyen/c10b8c3ace7daee3f6de to your computer and use it in GitHub Desktop.
Save tbranyen/c10b8c3ace7daee3f6de to your computer and use it in GitHub Desktop.
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