Browse Source

Log in development

master
Dylan Baker 4 years ago
parent
commit
2c524af608
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Rakefile

+ 1
- 1
Rakefile View File

9
 end
9
 end
10
 
10
 
11
 task 'scrape' do
11
 task 'scrape' do
12
-  scrape
12
+  scrape(log: ENV['APP_ENV'] == 'development')
13
 end
13
 end
14
 
14
 
15
 task 'build' do
15
 task 'build' do

Loading…
Cancel
Save