Skip to content

Instantly share code, notes, and snippets.

@manuweg
Created July 11, 2017 18:57
Show Gist options
  • Save manuweg/2e047ee7bef6d17bfd4ad4a5d1525efb to your computer and use it in GitHub Desktop.
Save manuweg/2e047ee7bef6d17bfd4ad4a5d1525efb to your computer and use it in GitHub Desktop.
asset_compress.ini
[General]
cacheConfig = false
[js]
cachePath = WEBROOT/cache_js/
[css]
cachePath = WEBROOT/cache_css/
[jquery-combined.js]
files[] = WEBROOT/theme/vendors/jquery/jquery-2.1.4.min.js
files[] = WEBROOT/theme/vendors/bootstrap/javascripts/bootstrap.min.js
files[] = WEBROOT/theme/vendors/jquery-placeholder/jquery.placeholder.min.js
files[] = WEBROOT/theme/vendors/match-height/jquery.matchHeight.js
files[] = WEBROOT/theme/vendors/wow/wow.min.js
files[] = WEBROOT/theme/vendors/stellar/jquery.stellar.min.js
files[] = WEBROOT/theme/vendors/validate/jquery.validate.js
files[] = WEBROOT/theme/vendors/waypoint/waypoints.min.js
files[] = WEBROOT/theme/vendors/counter-up/jquery.counterup.min.js
files[] = WEBROOT/theme/vendors/jquery-ui/jquery-ui.min.js
files[] = WEBROOT/theme/vendors/jQuery-touch-punch/jquery.ui.touch-punch.min.js
files[] = WEBROOT/theme/vendors/fancybox/jquery.fancybox.js
files[] = WEBROOT/theme/vendors/owl-carousel/owl.carousel.min.js
files[] = WEBROOT/theme/vendors/jcf/js/jcf.js
files[] = WEBROOT/theme/vendors/jcf/js/jcf.select.js
files[] = WEBROOT/theme/js/mailchimp.js
files[] = WEBROOT/theme/vendors/retina/retina.min.js
files[] = WEBROOT/theme/vendors/sticky-kit/sticky-kit.js
files[] = WEBROOT/theme/js/sticky-kit-init.js
files[] = WEBROOT/theme/vendors/bootstrap-datetimepicker-master/dist/js/bootstrap-datepicker.js
files[] = WEBROOT/theme/vendors/revolution/js/jquery.themepunch.tools.min.js
files[] = WEBROOT/theme/vendors/revolution/js/jquery.themepunch.revolution.min.js
files[] = WEBROOT/theme/vendors/revolution/js/jquery.themepunch.tools.min.js
files[] = WEBROOT/theme/vendors/revolution/js/jquery.themepunch.revolution.min.js
files[] = WEBROOT/theme/vendors/revolution/js/extensions/revolution.extension.slideanims.min.js
files[] = WEBROOT/theme/vendors/revolution/js/extensions/revolution.extension.actions.min.js
files[] = WEBROOT/theme/vendors/revolution/js/extensions/revolution.extension.layeranimation.min.js
files[] = WEBROOT/theme/vendors/revolution/js/extensions/revolution.extension.parallax.min.js
files[] = WEBROOT/theme/vendors/revolution/js/extensions/revolution.extension.video.min.js
files[] = WEBROOT/theme/vendors/revolution/js/extensions/revolution.extension.navigation.min.js
files[] = WEBROOT/theme/vendors/revolution/js/extensions/revolution.extension.kenburn.min.js
files[] = WEBROOT/theme/js/revolution.js
files[] = jquery.capSlide.js
files[] = WEBROOT/theme/js/jquery.main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment