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-1.1.1 lib/tasks/js_routes.rake
js-routes-1.1.0 lib/tasks/js_routes.rake
js-routes-1.0.1 lib/tasks/js_routes.rake
js-routes-1.0.0 lib/tasks/js_routes.rake
js-routes-0.9.9 lib/tasks/js_routes.rake
js-routes-0.9.8 lib/tasks/js_routes.rake
js-routes-0.9.7 lib/tasks/js_routes.rake
js-routes-0.9.6 lib/tasks/js_routes.rake
js-routes-0.9.5 lib/tasks/js_routes.rake
js-routes-0.9.4 lib/tasks/js_routes.rake