mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 19:57:12 +00:00
Explicitly require the helpers
This commit is contained in:
parent
e112b7e05f
commit
654428a309
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user