Ignore:
Timestamp:
06/10/13 01:14:46 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Fixed for jshint and allow clean of the build directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/Gruntfile.js

    r458 r462  
    1717    grunt.initConfig({
    1818        clean: {
    19             build: [buildDir]
     19            build: {
     20                options: {
     21                    force: true
     22                },
     23                src: [buildDir],
     24            }
    2025        },
    2126        copy: {
Note: See TracChangeset for help on using the changeset viewer.