Skip to content

Commit

Permalink
Fix "TTW Bundle compilation broken".
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Oct 28, 2019
1 parent 121c82c commit 2a964ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions news/43.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix "TTW Bundle compilation broken".
Refs: https://github.com/plone/Products.CMFPlone/issues/2969
[thet]
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
</field>
<value>++plone++static/components/requirejs/require.js</value>
</record>
<record name="plone.resources.rjs">
<field type="plone.registry.field.ASCII">
<title>URL of r.js</title>
</field>
<value>++plone++static/components/requirejs/bin/r.js</value>
</record>
<record name="plone.resources.lessc">
<field type="plone.registry.field.ASCII">
<title>URL of less.js</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<element remove="True">++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css</element>
</value>
</records>
<record remove="True" name="plone.resources.rjs"/>
<record remove="True" name="plone.resources.lessc"/>
<record remove="True" name="plone.resources.less-modify"/>
<record remove="True" name="plone.resources.less-variables"/>
Expand Down

0 comments on commit 2a964ce

Please sign in to comment.