0.09
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Sass compiler and Sinatra routing for SassMeister.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.6.4
~> 0.0.2
~> 5.10
 Project Readme

SassMeister

Become a Sass master with SassMeister, the Sass playground.

Installation

tl;dr: Running the app locally is much more involved than it used to be.

Up through version 2.0 of SassMeister, local set up and installation was fairly straightforward, but with the introduction of support for LibSass in January 2014, things got... complicated.

I may someday write an article on the evolution of the architecture of SassMeister, but that's a much longer story than I can fit in a simple README. For now, here are some highlights.

In order to support LibSass—and to offer both Sass 3.3 and 3.2—I broke out the "compile" functions of SassMeister to separate apps. Sass compilation now happens in dedicated apps, giving each version of Sass its own sandbox. That refactor leaves this app with responsibility for the front end and communication with the GitHub API. I also saw significant improvements in performance and throughput by moving computationally heavy compilation away from the front end app.

These micro-service apps are:

Full installation instructions would be overwhelming for this document; if you really want to run SassMeister locally, and run into trouble, contact me and I'll help you out.

Caveats

@imports will probably not work the way you'd expect. Spriting with Compass will definitely not work.

If you find anything else that doesn't work, please let me know.

Authors

SassMeister and all supporting apps are written by Jed Foster. I credit @anotheruiguy with the original idea for SassMeister, and he has provided very helpful advice through the years.

The name was inspired by a Seattle Sass Meetup presentation from PeepCode Screencasts.

License

Copyright (c) 2012-2015 Jed Foster

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.