mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
fixing gulp build
This commit is contained in:
parent
95eab7175f
commit
05f8a86cb3
@ -878,7 +878,7 @@
|
|||||||
<context context-type="sourcefile">app/settings/random-photo/random-photo.settings.component.html</context>
|
<context context-type="sourcefile">app/settings/random-photo/random-photo.settings.component.html</context>
|
||||||
<context context-type="linenumber">5</context>
|
<context context-type="linenumber">5</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<target>Random Photo beállítások</target>
|
<target>Véletlen fotó beállítások</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="7626fa8df14a4bf00ff7898dd281b450b5c76718" datatype="html">
|
<trans-unit id="7626fa8df14a4bf00ff7898dd281b450b5c76718" datatype="html">
|
||||||
<source>
|
<source>
|
||||||
@ -892,7 +892,7 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Ez a funkció lehetővé teszi a "véletlenszerű fotó" URL-ek létrehozását.
|
<target>Ez a funkció lehetővé teszi a "véletlenszerű fotó" URL-ek létrehozását.
|
||||||
Ez az URL egy galériából kiválasztott véletlenszerű fényképet jelenít meg.
|
Ez az URL egy galériából kiválasztott véletlenszerű fényképet jelenít meg.
|
||||||
Használhatja az url-ot harmadik félnek, például a véletlenszerűen megváltoztatott asztali hátteret.</target>
|
Használhatja az url-t külső alkalmazásokhoz, például a asztali háttérkép beállításához.</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="6c02e8541a2e670f80de8b5a218ea14a16bb6c42" datatype="html">
|
<trans-unit id="6c02e8541a2e670f80de8b5a218ea14a16bb6c42" datatype="html">
|
||||||
<source>
|
<source>
|
||||||
|
@ -108,7 +108,7 @@ var simpleBuild = function (isProd) {
|
|||||||
var tasks = [];
|
var tasks = [];
|
||||||
var cmd = "ng build --aot ";
|
var cmd = "ng build --aot ";
|
||||||
if (isProd) {
|
if (isProd) {
|
||||||
cmd += " --prod "
|
cmd += " --prod --no-extract-licenses "
|
||||||
}
|
}
|
||||||
createFrontendTask('build-frontend default', cmd + "--output-path=./dist --no-progress --no-progress --i18n-locale en" +
|
createFrontendTask('build-frontend default', cmd + "--output-path=./dist --no-progress --no-progress --i18n-locale en" +
|
||||||
" --i18n-format=xlf --i18n-file=frontend/" + translationFolder + "/messages.en.xlf" + " --i18n-missing-translation warning");
|
" --i18n-format=xlf --i18n-file=frontend/" + translationFolder + "/messages.en.xlf" + " --i18n-missing-translation warning");
|
||||||
|
Loading…
Reference in New Issue
Block a user