mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Explicitly require the helpers
This commit is contained in:
1
Rakefile
1
Rakefile
@ -1,4 +1,5 @@
|
|||||||
require 'active_support'
|
require 'active_support'
|
||||||
|
require 'source/_helpers'
|
||||||
|
|
||||||
site_url = "http://yoursite.com" # deployed site url for sitemap.xml generator
|
site_url = "http://yoursite.com" # deployed site url for sitemap.xml generator
|
||||||
port = "4000" # preview project port eg. http://localhost:4000
|
port = "4000" # preview project port eg. http://localhost:4000
|
||||||
|
|||||||
Reference in New Issue
Block a user