-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
My application was generated using Yeoman, and in the server/app.js many require statements have absolute paths to respective files.
While building the distribution over grunt, the paths in the server/app.js are written over.
For example, var config = require('./config/environment'); changes to probably var config = require('./server/config/environment'); and hence I find a "Cannot Find Module" error.
Any help? Solution?
Metadata
Metadata
Assignees
Labels
No labels