-
I can't seem to get this working. I have a dir with Require.js main.js file and all the rest of my javascript AMD files and dirs.
In another dir of my project at terminal i enter `$ npm install grun…
-
Hello;
After updating mongoose from 3.5.0 to 3.5.4, I've encountered errors in my test environment ([jasmine-node](https://github.com/mhevery/jasmine-node) + [pow-mongodb-fixtures](https://github.com…
-
Hi
I am using a named define within my main file:
Xyz = new Marionette.Application();
define('app', function() { return Xyz; });
I can now access the Marionette Application object throughout my app…
-
object/forIn was introduced on the commit: 69a8dbb5818b186b7a2ab5b0a5d2b24bd34c6c64
-
node-madge's coloured output is kept intact when used via bob depgraph.
But mocha's coloured output is gone when used via bob test.
Need to investigate this and figure out a way for all tools to keep …
-
Use something like https://github.com/pahen/node-madge to generate the dependency graph.
-
@pahen just started to play around madge and have encountered a strange issue with the image output.
The image generated is squashed and a fixed height. When I zoom in I can see the dependencies. Is…
-
If I have multiple references to the same module but they use different paths (relative / absolute) the graph won't show the proper connections.
`string/trim`, `./trim` and `../string/trim` doesn't r…
-
Sometimes it is useful to require individual modules from a specific package, let's say you have a utility library with 10+ individual modules. Right now we can set the location of the `main` file but…
-
if optimizing multiple modules at once and 2+ modules share same dependencies generate some kind of warning/report to make it easier to spot what could be grouped/removed.