Move source/documents/* to source/

This commit is contained in:
Vit Brunner
2014-10-29 12:19:07 +01:00
parent 6c4d6bda84
commit f4b77f6215
31 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module.exports = (grunt) ->
pkg: grunt.file.readJSON 'package.json'
var: {
source: 'source/documents'
source: 'source'
destination: 'build'
}