To access javascript files from another app
问题 I'm trying to access to my pre-compiled files of my application from another. I've a specific architecture. Here is a simplified tree ├── app │ ├── assets │ │ ├── javascripts │ │ │ ├── application.coffee │ │ │ ├── my_js_file.coffee ├── my-other-app │ ├── index.html │ ├── javascript │ │ ├── anotherJSFile.js I would like to load on index.html the compiled file of my_js_file.coffee . my-other-app isn't a Rails app. It contains a basic index.html file where a specific URL redirect where I try