Sha256: 748f2634322dc7e23da3eff71e4804fe7aafeeb4606c1d96ecaa4f01eefbdfa1

Contents?: true

Size: 193 Bytes

Versions: 50

Compression:

Stored size: 193 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

50 entries across 50 versions & 2 rubygems

Version Path
js-routes-2.0.8 lib/tasks/js_routes.rake
js-routes-2.0.7 lib/tasks/js_routes.rake
js-routes-2.0.6 lib/tasks/js_routes.rake
js-routes-2.0.5 lib/tasks/js_routes.rake
js-routes-2.0.4 lib/tasks/js_routes.rake
js-routes-2.0.3 lib/tasks/js_routes.rake
js-routes-2.0.2 lib/tasks/js_routes.rake
js-routes-2.0.1 lib/tasks/js_routes.rake
js-routes-2.0.0 lib/tasks/js_routes.rake
js-routes-1.4.14 lib/tasks/js_routes.rake
js-routes-1.4.13 lib/tasks/js_routes.rake
js-routes-1.4.12 lib/tasks/js_routes.rake
js-routes-1.4.11 lib/tasks/js_routes.rake
js-routes-1.4.9 lib/tasks/js_routes.rake
js-routes-1.4.8 lib/tasks/js_routes.rake
js-routes-1.4.7 lib/tasks/js_routes.rake
js-routes-1.4.6 lib/tasks/js_routes.rake
js-routes-1.4.5 lib/tasks/js_routes.rake
js-routes-1.4.4 lib/tasks/js_routes.rake
js-routes-1.4.3 lib/tasks/js_routes.rake