Changeset 469 for Dev/trunk/src


Ignore:
Timestamp:
07/01/13 02:49:04 (12 years ago)
Author:
hendrikvanantwerpen
Message:

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.

Location:
Dev/trunk/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/.jshintrc

    r464 r469  
    33    "curly": true,
    44    "eqeqeq": true,
     5    "forin": true,
    56    "immed": true,
    67    "indent": 4,
     
    89    "newcap": true,
    910    "noarg": true,
     11    "noempty": true,
    1012    "undef": true,
    1113    "unused": false,
    1214    "strict": false,
    13     "laxcomma": true,
     15    "trailing": false,
    1416
    1517    "loopfunc": true,
     
    1719    "devel": true,
    1820    "node": true,
     21    "browser": true,
     22    "couch": true,
    1923
    2024    "globals": {
Note: See TracChangeset for help on using the changeset viewer.