mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04:00
oops
This commit is contained in:
parent
92e15ff4ef
commit
e1b958d483
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ task 'assets:prestage' => :environment do |t|
|
|||
|
||||
# pre-stage css/js only for now
|
||||
assets = get_assets("locales/") + get_assets("")
|
||||
puts "pre staging: #{a.join(' ')}"
|
||||
puts "pre staging: #{assets.join(' ')}"
|
||||
|
||||
# makes testing simpler leaving this here
|
||||
config = YAML::load(File.open("#{Rails.root}/config/cdn.yml"))
|
||||
|
|
Loading…
Add table
Reference in a new issue