Is it possible change syntaxes a little? from:` //= require select2 ` on: `import 'select2'` and the same with ` //= require select2_locale_"any possible language"` on: `import 'select2_locale_"any possible language"'` last doesn't work now...
Is it possible change syntaxes a little?
from:
//= require select2on:
import 'select2'and the same with
//= require select2_locale_"any possible language"on:
import 'select2_locale_"any possible language"'last doesn't work now...