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 -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -