Project

fleek

0.01
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Fleek automatically injects any updates stylesheets when you change and save a file. This allows for faster iteration when working in CSS or any variant of it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 5.0
~> 10.0

Runtime

< 5.1, >= 5.0.0.beta3
< 5.1, >= 5.0.0.beta3
~> 3.0.5
 Project Readme

Fleek

Fleek makes sure your styles stay hot. Requires rails 5+.

Installation

Add this line to your application's Gemfile:

group :development do
  gem 'fleek'
end

And then execute:

$ bundle

Usage

Whenever you save a CSS file, fleek will recompile it in the background and update the page. Magic!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/fleek.