Last change
on this file since 472 was
469,
checked in by hendrikvanantwerpen, 12 years ago
|
Speed-up build process.
Dropped the development build for generating files in the source
tree. This is a bit more messy, since these files will be checked in
as well. Teh extra copy to build/development was very slow though and
annoying when rapid test cycles were needed. A copy-on-newer function
did not improve much, traversing in Node/grunt seems to take time.
|
File size:
523 bytes
|
Rev | Line | |
---|
[463] | 1 | { |
---|
| 2 | "name": "qed-full", |
---|
| 3 | "version": "0.0.1", |
---|
| 4 | "description": "QED Full", |
---|
| 5 | "devDependencies": { |
---|
| 6 | "grunt": "~0.4.0", |
---|
| 7 | "grunt-contrib-copy": "~0.4.1", |
---|
| 8 | "grunt-contrib-jshint": "~0.2.0", |
---|
| 9 | "grunt-contrib-less": "~0.5.0", |
---|
| 10 | "grunt-dojo": "~0.2.3", |
---|
| 11 | "grunt-exec": "~0.4.1", |
---|
| 12 | "grunt-htmlhint": "~0.4.0", |
---|
| 13 | "grunt-contrib-clean": "~0.4.1", |
---|
[464] | 14 | "grunt-contrib-coffee": "~0.7.0", |
---|
[466] | 15 | "underscore": "~1.4.4", |
---|
[469] | 16 | "grunt-coffeelint": "0.0.6", |
---|
| 17 | "grunt-banner": "~0.1.4", |
---|
| 18 | "grunt-amd-check": "~0.5.2" |
---|
[463] | 19 | } |
---|
| 20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.