This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18M public/assets/admin | |
40K public/assets/select2-3.4.8 | |
76K public/assets/momentjs | |
16K public/assets/bootstrap-markdown | |
6.7M public/assets/datatables | |
316K public/assets/jquery-datatable | |
16K public/assets/outlayer | |
68K public/assets/icomoon | |
40K public/assets/doc-ready | |
15M public/assets/unveil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fetching repository, done. | |
Counting objects: 14, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (14/14), done. | |
Writing objects: 100% (14/14), 1.32 KiB | 0 bytes/s, done. | |
Total 14 (delta 10), reused 0 (delta 0) | |
-----> Deleting 2 files matching .slugignore patterns. | |
-----> Fetching custom git buildpack... done | |
-----> Multipack app detected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'rails', '3.2.1' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
# Gems used only for assets and not required | |
# in production environments by default. | |
group :assets do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$( '#template' ).howdyDo({ | |
action : 'push', //can also be set to scroll (to always show bar) | |
easing : 'easeOutBounce', //can use any of jquery easing methods | |
duration : 500, | |
barClass : 'howdydo-style' | |
}); |