mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-08 03:09:40 +00:00
Don't bundle locale data, but add to static (#10119)
This commit is contained in:
@@ -148,7 +148,7 @@ gulp.task("webpack-watch-hassio", () => {
|
||||
isProdBuild: false,
|
||||
latestBuild: true,
|
||||
})
|
||||
).watch({ ignored: /build-translations/, poll: isWsl }, doneHandler());
|
||||
).watch({ ignored: /build/, poll: isWsl }, doneHandler());
|
||||
|
||||
gulp.watch(
|
||||
path.join(paths.translations_src, "en.json"),
|
||||
|
Reference in New Issue
Block a user