maccman / catapult

A Sprockets/Rack build tool
MIT License
138 stars 14 forks source link

Bower and Catapult #8

Closed mikaa123 closed 12 years ago

mikaa123 commented 12 years ago

Hey there,

Congratulation for Catapult. It's a great tool and I love using it. Is there any way to reference Bower's files from Catapult at the moment?

I tried //= require_directory ../../components but that doesn't seem to load the files in the component folder, where bower install the packages.

I might be missing something out.

mikaa123 commented 12 years ago

Nevermind, it's actually supported.

For posterity though, just do

$ bower install jquery

-- assets/javascripts/app.js

//= require jquery/jquery
aisensiy commented 11 years ago

Which dir do you run bower install jquery?