We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2840ce6 commit e29256eCopy full SHA for e29256e
CHANGELOG.md
@@ -1,4 +1,16 @@
1
+### 2.0.1
2
+
3
* Allow keep value to be specified for `assets:clean` run with args
4
for example `assets:clean[0]` will keep no old asset copies
5
6
*Richard Schneeman*
7
8
+* Fix `javascript_include_tag`/`stylesheet_include_tag` helpers when `debug: => false` is used.
9
10
+ *Guillermo Iguaran*
11
12
+* Fix issue when precompiling html.erb files.
13
14
+ Fixes #45.
15
16
+ *Zach Ohlgren*
sprockets-rails.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "sprockets-rails"
- s.version = "2.0.0"
+ s.version = "2.0.1"
s.homepage = "https://github.com/rails/sprockets-rails"
s.summary = "Sprockets Rails integration"
0 commit comments