turbo-sprockets-rails3 0.1.15 → 0.1.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -116,7 +116,8 @@ namespace :assets do
|
|
116
116
|
end
|
117
117
|
|
118
118
|
namespace :cache do
|
119
|
-
task :clean => [
|
119
|
+
task :clean => ["assets:environment"] do
|
120
|
+
FileUtils.mkdir_p(File.join(::Rails.root.to_s, *%w(tmp cache assets)))
|
120
121
|
::Rails.application.assets.cache.clear
|
121
122
|
end
|
122
123
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo-sprockets-rails3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.16
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sprockets
|