https://github.com/grimen/hamlize
Shell: Convert project files to HAML/SASS with ease.
https://github.com/grimen/hamlize
Last synced: 10 months ago
JSON representation
Shell: Convert project files to HAML/SASS with ease.
- Host: GitHub
- URL: https://github.com/grimen/hamlize
- Owner: grimen
- License: mit
- Created: 2009-02-25T04:12:12.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-02T10:34:22.000Z (about 17 years ago)
- Last Synced: 2025-06-06T17:43:31.763Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 82 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.textile
- License: MIT-LICENSE
Awesome Lists containing this project
README
h1. HAMLIZE!
DRYing up your development project by converting all HTML/ERB/CSS files in a specified path (recursively) to HAML/SASS.
h2. Installation
sudo gem install grimen-hamlize
h2. Usage
In your project root (@vendor@ will be ignored):
h3. ERB/RHTML/HTML => HAML:
hamlize
h3. CSS => SASS:
sassize
h3. Both:
hamlize+
h2. Bugs & Feedback
If you experience any issues/bugs or have feature requests, just file a GitHub-issue or send me a message.
Copyright (c) 2009 Jonas Grimfelt