sinatra-static-bp 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -3
- data/lib/skeleton/Gemfile +1 -2
- data/lib/skeleton/config/deploy.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -8,11 +8,11 @@ Amazon S3 deploy with complete assets management.
|
|
8
8
|
$ gem install sinatra-static-bp
|
9
9
|
$ sinatra-static-bp simple-website
|
10
10
|
|
11
|
-
See
|
11
|
+
See boilerplate [README.md](https://github.com/hooktstudios/sinatra-static-bp/blob/master/lib/skeleton/README.md.erb) in your new app folder for complete instructions.
|
12
12
|
|
13
13
|
## Featuring
|
14
14
|
|
15
15
|
* [sinatra](https://github.com/sinatra/sinatra) as the core
|
16
16
|
* [sinatra-assetpack](https://github.com/hooktstudios/sinatra-assetpack) as the assets manager
|
17
|
-
* [sinatra-
|
18
|
-
* [s3
|
17
|
+
* [sinatra-export](https://github.com/hooktstudios/sinatra-export) as the static pages generator
|
18
|
+
* [capistrano-s3](github.com/hooktstudios/capistrano-s3.git) as the S3 deployment tool
|
data/lib/skeleton/Gemfile
CHANGED