https://github.com/paxa/lsd_rails
https://github.com/paxa/lsd_rails
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paxa/lsd_rails
- Owner: Paxa
- Created: 2011-07-13T11:47:01.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-19T04:11:44.000Z (almost 15 years ago)
- Last Synced: 2025-01-28T15:16:15.496Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====
This is set of helpers and generators for LSD
Gem contains dependent libraries, so you don't need to make a lot of submodules. And it make symlinks to javascripts-folder so you can easily look in LSD source.
Usage
=====
add to Gemfile
gem 'lsd_rails'
gem 'jsus'
run
rake lsd:setup
Include sources using jsus helper (replace 'MyProject' as you need)
<%= jsus_include "MyProject:*", :development => 'include', :production => 'compressed' %>
Generators
==========
rails g widget my_super_widget
Deploy
======
If you run JSUS in production you should recreate symlinks by
rake lsd:relink_packages