You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am doing something similar in my build process, and I wanted to switch to use requirejs-blob, but I noticed it does not have support to work with require-text.
In addition to loading "controllers//*.js" I also want to load "templates//*.html", but for that to work as one would expect the latter should be load through require-text.
Could you add support for this? Or alternatively, would you accept a pull request that implements a "globtext!" instruction?
The text was updated successfully, but these errors were encountered:
Great plugin.
Currently I am doing something similar in my build process, and I wanted to switch to use requirejs-blob, but I noticed it does not have support to work with require-text.
In addition to loading "controllers//*.js" I also want to load "templates//*.html", but for that to work as one would expect the latter should be load through require-text.
Could you add support for this? Or alternatively, would you accept a pull request that implements a "globtext!" instruction?
The text was updated successfully, but these errors were encountered: