rake-assets 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,10 +9,10 @@ class RakeAssets
9
9
  @settings = {
10
10
  env: Sprockets::Environment.new(Dir.pwd) { |env| env.logger = Logger.new(STDOUT) },
11
11
  root: Dir.pwd,
12
- js_path: 'app/assets/scripts',
13
- js_compiled: "#{Dir.pwd}/public/scripts/application.js",
14
- css_path: 'app/assets/styles',
15
- css_compiled: "#{Dir.pwd}/public/css/style.css",
12
+ js_path: 'app/assets/javascripts',
13
+ js_compiled: "#{Dir.pwd}/public/assets/stylesheets/application.js",
14
+ css_path: 'app/assets/stylesheets',
15
+ css_compiled: "#{Dir.pwd}/public/assets/stylesheets/application.css",
16
16
  # Uglifier Config - https://github.com/lautis/uglifier
17
17
  uglifier: { mangle: true },
18
18
  # Ruby-YUI Compressor Config - https://github.com/sstephenson/ruby-yui-compressor
@@ -1,3 +1,3 @@
1
1
  class RakeAssets
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
data/readme.md CHANGED
@@ -28,4 +28,4 @@ To configure them just initialize a new instance of RakeAssets to override the d
28
28
  css_compiled: "#{Dir.pwd}/public/css/style.css", # Path to compile CSS too
29
29
 
30
30
  ### License
31
- MIT © 2012 Nick Barth
31
+ WTFPL © 2012 Nick Barth
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: