Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Toolchain
sgc
Commits
e8620e07
Commit
e8620e07
authored
Oct 05, 2016
by
Philipp Nowinski
Browse files
[FEATURE] update config template
parent
9396e066
Changes
1
Hide whitespace changes
Inline
Side-by-side
gulp/sgc-config.template.json
View file @
e8620e07
...
...
@@ -4,8 +4,10 @@
"webPath"
:
"web/typo3conf/ext/"
,
"css"
:
"Resources/Public/StyleSheets"
,
"sass"
:
"Resources/Public/Sass"
,
"cssSourceMaps"
:
"Resources/Public/SourceMaps"
,
"javascriptSrc"
:
"Resources/Public/JavaScript"
,
"javascriptDest"
:
"Resources/Public/JavaScript/Dist"
,
"javascriptSourceMaps"
:
"Resources/Public/SourceMaps"
,
"images"
:
"Resources/Public/Images"
,
"sprites"
:
"Resources/Public/Images/Sprites"
,
"svg"
:
"Resources/Public/Images/Svg"
...
...
@@ -15,6 +17,7 @@
"dest"
:
"web/typo3conf/ext/project_theme/Resources/Private/Templates/Abovethefold/Dist/"
},
"js"
:
{
"compiler"
:
"es6"
,
"libraryPaths"
:
[
"./web/typo3conf/ext/project_theme/node_modules"
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment