Skip to content

petebrowne/sinatra-asset-pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra with Sprockets 2 (Asset Pipeline)

An example Sinatra app configured with the Sprockets 2 asset pipeline. A custom guard file is available to run the asset pipeline precompiler whenever an asset changes.

In this fork of sinatra-asset-pipeline, I've setup the project using sprockets-helpers and sprockets-sass.

To run:

$ bundle install
$ bundle exec guard
$ bundle exec rackup

And visit http://localhost:9292

About

An example sinatra app configured with sprockets 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.2%
  • JavaScript 22.7%
  • CoffeeScript 1.1%