Changement de chemin pour les webshim en production

This commit is contained in:
echarp 2014-07-16 23:56:15 +02:00
parent 432a555b78
commit a7ebbc7d04
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
#= require_tree .
# Setup polyfills, so that older browsers can also take advanage of html5!
$.webshims.setOptions('basePath', '/assets/webshims/shims/')
#$.webshims.setOptions('basePath', '/assets/webshims/shims/')
$.webshims.setOptions('basePath', '/webshims/shims/')
$.webshims.polyfill('es5 forms forms-ext mediaelement')
$(document).ready ->