Skip to content

Commit

Permalink
Use new version of jbundle, now provides a dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
mloughran committed Jun 18, 2011
1 parent 6fd0b63 commit c478cbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@
source "http://rubygems.org"

group :development do
gem 'jbundle', "~> 0.0.8"
gem 'jbundle'
gem 'sinatra'
gem 'pusher'
gem 'aws-s3'
Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
Expand Up @@ -6,25 +6,28 @@ GEM
mime-types
xml-simple
builder (2.1.2)
closure-compiler (0.3.3)
closure-compiler (1.1.1)
crack (0.1.8)
httparty (0.6.1)
crack (= 0.1.8)
jbundle (0.0.8)
jbundle (0.1.2)
closure-compiler
rack
thor
json (1.4.6)
mime-types (1.16)
pusher (0.6.0)
crack
json
ruby-hmac
signature
rack (1.2.1)
rack (1.3.0)
ruby-hmac (0.4.0)
signature (0.1.1)
ruby-hmac
sinatra (1.0)
rack (>= 1.0)
thor (0.14.6)
xml-simple (1.0.12)

PLATFORMS
Expand All @@ -33,6 +36,6 @@ PLATFORMS
DEPENDENCIES
aws-s3
httparty
jbundle (~> 0.0.8)
jbundle
pusher
sinatra
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -114,9 +114,9 @@ and create a local config file

mv config/config.yml.example config/config.yml # and edit

Run a development server which serves bundled javascript from <http://localhost:4500/dev/version/pusher.js> so that you can edit files in /src freely.
Run a development server which serves bundled javascript from <http://localhost:5555/pusher.js> so that you can edit files in /src freely.

ruby devserver.rb
bundle exec jbundle server

In order to build the minified versions:

Expand Down
41 changes: 0 additions & 41 deletions devserver.rb

This file was deleted.

0 comments on commit c478cbb

Please sign in to comment.