Skip to content
Snippets Groups Projects
Verified Commit 068df8d5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix output of merge_js

parent da84d9ef
No related branches found
No related tags found
1 merge request!36merge f-boot-tour to dev
Pipeline #8766 passed with warnings
...@@ -51,7 +51,7 @@ _create_jsheader () { ...@@ -51,7 +51,7 @@ _create_jsheader () {
</xsl:attribute> </xsl:attribute>
</xsl:element> </xsl:element>
" "
sed -i "s|^\(.*JS_INCLUDE.*\)$| <script src=\"${DIST_BUNDLE}\"><\/script>\n\1|g" public/index.html ; [[ -f "public/index.html" ]] && sed -i "s|^\(.*JS_INCLUDE.*\)$| <script src=\"${DIST_BUNDLE}\"><\/script>\n\1|g" public/index.html ;
else else
_ALL_SOURCES=$@ _ALL_SOURCES=$@
echo "${_ALL_SOURCES}" echo "${_ALL_SOURCES}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment