Changement de chemin pour les webshim en production
This commit is contained in:
parent
432a555b78
commit
a7ebbc7d04
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user