mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Merge pull request #1871 from luskjh/sprockets-readme-link-change
Update link in README to sprockets repository.
This commit is contained in:
commit
ec213efb95
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ The last few years have seen an explosion in the amount and variety of tools dev
|
|||
|
||||
* [Sass](http://sass-lang.com/) for DRY stylesheets
|
||||
* [CoffeeScript](http://coffeescript.org/) for safer and less verbose javascript
|
||||
* Multiple asset management solutions, including [Sprockets](https://github.com/sstephenson/sprockets)
|
||||
* Multiple asset management solutions, including [Sprockets](https://github.com/rails/sprockets)
|
||||
* [ERb](http://ruby-doc.org/stdlib-2.0.0/libdoc/erb/rdoc/ERB.html) & [Haml](http://haml.info/) for dynamic pages and simplified HTML syntax
|
||||
|
||||
**Middleman** gives the stand-alone developer access to all these tools and many, many more. Why would you use a stand-alone framework instead of Ruby on Rails?
|
||||
|
|
Loading…
Reference in a new issue