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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

single sign on - Logging into Plone site with credentials passed through HTTP -