* Use webpack to bundle the core systemtags so the webserver can serve them statically * Bundle the core scss in there as well (saves a request) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>pull/14013/head
parent
d576ffd487
commit
75d52dea17
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@ |
||||
import './systemtags.js' |
||||
import './templates.js' |
||||
import './systemtagmodel.js' |
||||
import './systemtagsmappingcollection.js' |
||||
import './systemtagscollection.js' |
||||
import './systemtagsinputfield.js' |
||||
|
||||
import '../../css/systemtags.scss' |
||||
@ -1,8 +0,0 @@ |
||||
[ |
||||
"systemtags.js", |
||||
"templates.js", |
||||
"systemtagmodel.js", |
||||
"systemtagsmappingcollection.js", |
||||
"systemtagscollection.js", |
||||
"systemtagsinputfield.js" |
||||
] |
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue