I have a few questions regarding grunt for qooxdoo:

1. When create-application.py is run the directory npm_modules is created in 
every project's root directory. This is a lot of clotting.
Would it be possible to search the tree for an already existing pm_modules 
directory and then ask if a local project npm_modules directory should be 
installed or not?

The use case: if a directory tree looks like this

javascript
   I-----npm_modules
   i-----qooxdoo
   I-----projects
            I-----proj_A
            I-----proj_B

Then all; qooxdoo, proj_A and proj_B, can use the npm_modules directory.

2. How would I install the npm_modules directry in 1) ?
Should I copy the npm_modules directory of f.i. proj_A to the javascript 
directory? is it enough?

3. After generation of a project it is easy to clean the generated files by 
clean, but how to clean the demo directories generated files easily?
If I have 20 demos then I have to clean each of them separately. Is there 
support for cleaning the demos at the same time as the main code? The main coe 
of the project is usually obligatory for the demo so to be rational, that code 
should also be cleaned when the main code is cleaned...

Stefan

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to