0

I have been trying to get middleman, compass and formalize to work together, but so far without too much luck.

I did install the Compass Formalize plugin

sudo gem install compass_formalize

... and I did add the obligatory require to config.rb

require "compass_formalize"

... but the effect is that my stylesheets can be located (with @import "formalize"; ), but I don't know how to pull in the JavaScript files. Anyone?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Wilfred Springer
  • 10,869
  • 4
  • 55
  • 69

1 Answers1

0

jquery example:

cd project_dir
compass install formalize/jquery

jquery.formalize.js should be in the javascript directory specified in config.rb

Ilia Choly
  • 18,070
  • 14
  • 92
  • 160