asset pipeline - Wildcards in javascript manifest -


for asset manifest needed require modes of ace editor in application.js file. looks following:

//= require ace/mode-mode1 //= require ace/mode-mode2 //= require ace/mode-mode3 ... 

is possible use wildcard, include modes @ once? like

//= require ace/mode-* 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -