Middleman, Compass and Formalize -


i have been trying middleman, compass , formalize work together, far without luck.

i did install compass formalize plugin

sudo gem install compass_formalize 

... , did add obligatory require config.rb

require "compass_formalize" 

... effect stylesheets can located (with @import "formalize"; ), don't know how pull in javascript files. anyone?

jquery example:

cd project_dir compass install formalize/jquery 

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


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -