mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 07:48:38 -05:00
Update project structure
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user