Easel runs on SASS
To install: gem install sass --pre
Once installed: sass --watch assets/styles/screen.scss
To set up the standard set of scripts in your project:
- Copy Rakefile.example from this submodule to the project's root directory and rename it
Rakefile - In the newly named
Rakefile, change the following values, if necessary:easel_dir: should point to (this) easel submodule's directoryscript_dir: should point to the site's scripts/ directory
- Run
rakefrom that same directory on the command line