mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Add Skylight.
This commit is contained in:
parent
0c4a913f5d
commit
30214484c7
2
Gemfile
2
Gemfile
@ -79,4 +79,6 @@ gem 'dragonfly-s3_data_store'
|
||||
gem 'unf'
|
||||
gem 'haml'
|
||||
|
||||
gem 'skylight'
|
||||
|
||||
gem 'slugtastic'
|
||||
|
||||
@ -202,6 +202,8 @@ GEM
|
||||
simple_form (3.0.1)
|
||||
actionpack (>= 4.0.0, < 4.1)
|
||||
activemodel (>= 4.0.0, < 4.1)
|
||||
skylight (0.3.4)
|
||||
activesupport (>= 3.0.0)
|
||||
slop (3.4.7)
|
||||
slugtastic (1.2.1)
|
||||
sprockets (2.11.0)
|
||||
@ -277,6 +279,7 @@ DEPENDENCIES
|
||||
sass-rails (~> 4.0.0)
|
||||
shoulda-matchers
|
||||
simple_form
|
||||
skylight
|
||||
slugtastic
|
||||
sprockets_better_errors
|
||||
sqlite3
|
||||
|
||||
6
config/skylight.yml
Normal file
6
config/skylight.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
# The Skylight ID for the application.
|
||||
application: y7ruwPvQCIxZ
|
||||
|
||||
# The authentication token for the application.
|
||||
authentication: B-6sbsj36RP9lHFIvin3Hn8YV5Bz3e0-nHwshHkUSYA
|
||||
Loading…
Reference in New Issue
Block a user