move tsx kit -> uikit
This commit is contained in:
@@ -73,7 +73,7 @@ func compileCSSBundle(label string, twSources []string, outName string) (bundleS
|
||||
// dir) plus the shared kit tree scanned directly, so kit component classes are
|
||||
// present even though the kit lives outside the app frontend.
|
||||
candidates := scanSources(cssDir, twSources)
|
||||
kitCands := scanSources(kitSrcDir(), []string{"**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"})
|
||||
kitCands := scanSources(uikitDir(), []string{"**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"})
|
||||
candidates = dedupStrings(append(candidates, kitCands...))
|
||||
|
||||
// Prepend the shared @theme scaffold (kjol web/styles/theme.css) ahead of the
|
||||
|
||||
Reference in New Issue
Block a user