Sha256: f908a8a3d03d4882199c6f2305395e7ac1d60ea5fdfab306a0bd69087ae93c70

Contents?: true

Size: 196 Bytes

Versions: 16

Compression:

Stored size: 196 Bytes

Contents

namespace :js do
  desc "Make a js file that will have functions that will return restful routes/urls."
  task :routes => :environment do
    require "js-routes"

    JsRoutes.generate!
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
js-routes-0.9.3 lib/tasks/js_routes.rake
js-routes-0.9.2 lib/tasks/js_routes.rake
js-routes-0.9.1 lib/tasks/js_routes.rake
js-routes-0.9.0 lib/tasks/js_routes.rake
js-routes-0.8.8 lib/tasks/js_routes.rake
js-routes-0.8.7 lib/tasks/js_routes.rake
js-routes-0.8.6 lib/tasks/js_routes.rake
js-routes-0.8.5 lib/tasks/js_routes.rake
js-routes-0.8.4 lib/tasks/js_routes.rake
js-routes-0.8.3 lib/tasks/js_routes.rake
js-routes-0.8.2 lib/tasks/js_routes.rake
js-routes-0.8.1 lib/tasks/js_routes.rake
js-routes-0.8.0 lib/tasks/js_routes.rake
js-routes-0.7.5 lib/tasks/js_routes.rake
js-routes-0.7.4 lib/tasks/js_routes.rake
js-routes-0.7.3 lib/tasks/js_routes.rake