Skip to content

Commit

Permalink
Development mode again
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Oct 27, 2014
1 parent 8e5088d commit 1a44508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
10 changes: 5 additions & 5 deletions Products/CMFPlone/profiles/dependencies/registry.xml
Expand Up @@ -88,7 +88,7 @@
<field type="plone.registry.field.Bool">
<title>Frontend development mode</title>
</field>
<value>false</value>
<value>True</value>
</record>
<record name="plone.resources.requirejs">
<field type="plone.registry.field.ASCII">
Expand Down Expand Up @@ -175,7 +175,7 @@
<value key="css">
<element>++plone++static/components/bootstrap/less/utilities.less</element>
<element>++plone++static/components/bootstrap/less/forms.less</element>
<element>++plone++static/components/bootstrap/less/scafoolding.less</element>
<element>++plone++static/components/bootstrap/less/scaffolding.less</element>
<element>++plone++static/components/bootstrap/less/navs.less</element>
<element>++plone++static/components/bootstrap/less/navbar.less</element>
</value>
Expand All @@ -191,7 +191,7 @@
<records prefix="plone.resources/bootstrap-modal"
interface='Products.CMFPlone.interfaces.IResourceRegistry'>
<value key="css">
<element>++plone++static/components/bootstrap/less/modal.less</element>
<element>++plone++static/components/bootstrap/less/modals.less</element>
</value>
</records>

Expand Down Expand Up @@ -248,14 +248,14 @@
<records prefix="plone.resources/bootstrap-glyphicons"
interface='Products.CMFPlone.interfaces.IResourceRegistry'>
<value key="css">
<element>++plone++static/components/boostrap/less/glyphicons.less</element>
<element>++plone++static/components/bootstrap/less/glyphicons.less</element>
</value>
</records>

<records prefix="plone.resources/bootstrap-badges"
interface='Products.CMFPlone.interfaces.IResourceRegistry'>
<value key="css">
<element>++plone++static/components/boostrap/less/badges.less</element>
<element>++plone++static/components/bootstrap/less/badges.less</element>
</value>
</records>

Expand Down
14 changes: 0 additions & 14 deletions Products/CMFPlone/static/plone.less
Expand Up @@ -17,20 +17,6 @@
@import url("@{plone-patterns-toolbar}");
@import url("@{mockup-patterns-tinymce}");

// .import_dependencies() when not (isurl(@mockup-patterns-select2)) {
// @import "@{mockup-patterns-select2}";
// @import "@{mockup-patterns-pickadate}";
// @import "@{mockup-patterns-relateditems}";
// @import "@{mockup-patterns-querystring}";
// @import "@{mockup-patterns-autotoc}";
// @import "@{mockup-patterns-modal}";
// @import "@{mockup-patterns-structure}";
// @import "@{mockup-patterns-upload}";
// @import "@{plone-patterns-toolbar}";
// @import "@{mockup-patterns-tinymce}";
// }
// .import_dependencies();


@import "@{bowerPath}bootstrap/less/variables.less";
@icon-font-path: "@{bowerPath}/bootstrap/dist/fonts/";
Expand Down

1 comment on commit 1a44508

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=79ff723b411243e787577d61fa3ee835
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.