mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
FIX: .npmrc + Debug templates in dev mode
This commit is contained in:
parent
f07bd6ea76
commit
f9fa8024ed
5
.npmrc
5
.npmrc
@ -1,2 +1,3 @@
|
|||||||
registry=https://npm.pkg.github.com/a2nt
|
//npm.pkg.github.com/:_authToken=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
|
||||||
registry=https://registry.npmjs.org/
|
//npmjs.org=true
|
||||||
|
@a2nt:registry=https://npm.pkg.github.com
|
@ -5,7 +5,7 @@ After:
|
|||||||
- a2nt-cms-niceties-templates-themes
|
- a2nt-cms-niceties-templates-themes
|
||||||
---
|
---
|
||||||
SilverStripe\View\SSViewer:
|
SilverStripe\View\SSViewer:
|
||||||
source_file_comments: true
|
source_file_comments: false
|
||||||
themes:
|
themes:
|
||||||
- '$public'
|
- '$public'
|
||||||
- '$default'
|
- '$default'
|
||||||
@ -18,3 +18,12 @@ A2nt\ElementalBasics\Elements\SliderElement:
|
|||||||
A2nt\ElementalBasics\Extensions\ElementRows:
|
A2nt\ElementalBasics\Extensions\ElementRows:
|
||||||
container_max_width: 2280
|
container_max_width: 2280
|
||||||
column_class: 'col-block col-md'
|
column_class: 'col-block col-md'
|
||||||
|
|
||||||
|
---
|
||||||
|
Name: webapp-templates-themes-debug
|
||||||
|
Only:
|
||||||
|
environment: dev
|
||||||
|
---
|
||||||
|
SilverStripe\View\SSViewer:
|
||||||
|
source_file_comments: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user