- Timestamp:
- 07/08/13 20:09:40 (12 years ago)
- Location:
- Dev/trunk
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk
- Property svn:ignore
-
old new 1 1 build 2 dist 2 quod-erat.git 3 node_modules
-
- Property svn:ignore
-
Dev/trunk/Gruntfile.js
r471 r474 9 9 10 10 grunt.registerTask('default', ['compile']); 11 grunt.registerTask('compile', ['jshint:lint-sources' 11 grunt.registerTask('compile', ['svn-ignore:compile' 12 ,'jshint:lint-sources' 12 13 ,'htmlhint:lint' 13 14 ,'coffeelint:lint' … … 17 18 ,'usebanner:generated-js' 18 19 ,'jshint:lint-generated' 19 20 //,'amd-check' // too smart about plugins, r.js can't find them 20 21 ]); 21 22 grunt.registerTask('build', ['clean:build' … … 91 92 ] 92 93 }, 94 'svn-ignore': { 95 compile: { 96 files: { src: dest(coffeeMap).concat(dest(lessMap)) } 97 } 98 }, 99 'svn-ignore-clean': { 100 clean: { 101 files: [{ 102 expand: true, 103 cwd: srcDir, 104 src: ['**', '!node_modules/**', '!client/dojo/**', '!client/dijit/**', '!client/dojox/**', '!client/util/**'], 105 filter: 'isDirectory' 106 }] 107 } 108 }, 93 109 usebanner: { 94 110 'generated-css': { options: { position: 'top', -
Dev/trunk/src
- Property svn:ignore
-
old new 1 1 node_modules 2 qed-server.pem3 qed-server.key
-
- Property svn:ignore
-
Dev/trunk/src/client/qed-client
-
Property
svn:ignore
set to
### begin grunt-svn-ignore managed ignores
### edits will be overwritten when grunt svn-ignore is run
session.js
### end grunt-svn-ignore managed ignores
-
Property
svn:ignore
set to
-
Dev/trunk/src/client/qed-client/css
-
Property
svn:ignore
set to
### begin grunt-svn-ignore managed ignores
### edits will be overwritten when grunt svn-ignore is run
qed.css
### end grunt-svn-ignore managed ignores
-
Property
svn:ignore
set to
-
Dev/trunk/src/client/qed-client/ui
-
Property
svn:ignore
set to
### begin grunt-svn-ignore managed ignores
### edits will be overwritten when grunt svn-ignore is run
LoginDialogWrapper.js
SessionMenu.js
### end grunt-svn-ignore managed ignores
-
Property
svn:ignore
set to
-
Dev/trunk/src/client/qed-client/widgets
-
Property
svn:ignore
set to
### begin grunt-svn-ignore managed ignores
### edits will be overwritten when grunt svn-ignore is run
_ComplexValueMixin.js
### end grunt-svn-ignore managed ignores
-
Property
svn:ignore
set to
-
Dev/trunk/src/server
- Property svn:ignore deleted
Note: See TracChangeset
for help on using the changeset viewer.