Skip to content

Instantly share code, notes, and snippets.

@jlawhorn
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save jlawhorn/51cb8377dae7962bd5b7 to your computer and use it in GitHub Desktop.

Select an option

Save jlawhorn/51cb8377dae7962bd5b7 to your computer and use it in GitHub Desktop.
Remove common CSS/JS Items from Magento
<action method="removeItem">
<type>skin_css</type><name>css/widgets.css</name>
</action>
<action method="removeItem">
<type>skin_css</type><name>css/styles-ie.css</name>
</action>
<action method="removeItem">
<type>js</type><name>lib/ds-sleight.js</name>
</action>
<action method="removeItem">
<type>skin_js</type><name>js/slider.js</name>
</action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment