Update project structure

This commit is contained in:
gconsidine
2017-05-10 17:42:52 -04:00
parent 5553a6bcda
commit 725fd15519
82 changed files with 134 additions and 1078 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ module.exports = {
src: [
'client/legacy-styles/*.less',
'client/src/**/*.less',
'client/theme/index.less'
'client/lib/theme/index.less'
]
}],
options: {
@@ -22,7 +22,7 @@ module.exports = {
'static/tower.min.css': [
'client/legacy-styles/*.less',
'client/src/**/*.less',
'client/theme/index.less'
'client/lib/theme/index.less'
]
},
options: {