Refactor component folder structure

This commit is contained in:
gconsidine
2017-04-25 10:55:28 -04:00
parent c60d5abc5b
commit 69b19cc06c
48 changed files with 144 additions and 41 deletions

View File

@@ -52,7 +52,7 @@ module.exports = {
}, {
cwd: 'client/components',
expand: true,
src: ['*.partial.html'],
src: ['**/*.partial.html'],
dest: 'static/partials/components/'
}]
},

View File

@@ -5,7 +5,7 @@ module.exports = {
},
partials: {
files: [
'client/components/*.partial.html',
'client/components/**/*.partial.html',
'client/src/**/*.partial.html'
],
tasks: ['newer:copy:partials']