dart-rails icon indicating copy to clipboard operation
dart-rails copied to clipboard

Handle dart scripts for rails so they get compiled to js for browsers without dart support.

Results 1 dart-rails issues
Sort by recently updated
recently updated
newest added

Adding the following line to the application.js file resulted in a file not found error. //= require dart_app I was able to get it to work by following the instructions...