iugu-ux 1.0.23 → 1.0.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1339efe43fa27a2ac0c682fdb3f4cff6c7c1df14
4
- data.tar.gz: b16d2701a76551e53b45492cae0a7da7c32abad5
3
+ metadata.gz: 875a9f71ef5b854e08f2dab901d845f059f8b7ff
4
+ data.tar.gz: 91c00c205e4637ac69ad99e3cd9d46ea00419ace
5
5
  SHA512:
6
- metadata.gz: 29771fb7dbe7440f57cb8d7cb0c2cb061145896f8b96404a38ef6eeeb1cc4a4b8273d202699a35abaf3346703b2c30777a2fb93dbad12448bf5e372a44e00f51
7
- data.tar.gz: 85bd89fb5af457de7f005a3262446cffae4b8d9f28ba8ae9631df097a2b903ed093dd8f2109ede9ce5084fc2a0c6a9e12420463ef989a3f6f98f9da224afa667
6
+ metadata.gz: c179b23caa0743d41a370cd3eab67fc87446c0253504f8a489761b162ea7d9b8fdadbc66c4c4f7bea0af373df0854dfdb75a0ae5c61cb30ca600429f4a3f494d
7
+ data.tar.gz: ec6de2f1a20f5518c560b484422be28fcc0fa414eed4e9e226cbf219f9d463d1207e74b99cab3d70ac48108babcfcbea3307fbe34832d6c4a9ca017f5861b3a3
@@ -15,7 +15,7 @@ module IuguUX
15
15
  @@src = src
16
16
  end
17
17
 
18
- self.src = %w( iugu-ux.css iugu-ux.js web-app.js vendor.js )
18
+ self.src = %w( iugu-ux.css iugu-ux.js vendor.js )
19
19
 
20
20
  class << self
21
21
  def sprite_load_path
@@ -4,7 +4,7 @@ require 'compass-rails'
4
4
  module IuguUX
5
5
  class Engine < Rails::Engine
6
6
  initializer 'iugu-ux.setup', :group => :all do |app|
7
- app.config.assets.js_compressor = Uglifier.new(:mangle => false)
7
+ app.config.assets.js_compressor = :closure
8
8
  app.config.assets.precompile += IuguUX.src
9
9
  app.config.compass.sprite_load_path << app.root.join('app','assets','sprites')
10
10
  app.config.compass.sprite_load_path << IuguUX.sprite_load_path
@@ -1,3 +1,3 @@
1
1
  module IuguUX
2
- VERSION = "1.0.23"
2
+ VERSION = "1.0.24"
3
3
  end
@@ -8,10 +8,4 @@
8
8
  //= require ./twitter-bootstrap/bootstrap.js
9
9
  //= require ./capabilities
10
10
  //= require ./enable-prettify
11
- //= require web-app/environment
12
- //= require web-app/config
13
- //= require web-app/comm
14
- //= require web-app/i18n-languages
15
- //= require web-app/i18n
16
- //= require web-app/sound
17
- //= require web-app/helpers
11
+ //= require ./web-app
@@ -13,6 +13,13 @@
13
13
  // GO AFTER THE REQUIRES BELOW.
14
14
  //
15
15
  //= require_self
16
+ //= require web-app/environment
17
+ //= require web-app/config
18
+ //= require web-app/comm
19
+ //= require web-app/i18n-languages
20
+ //= require web-app/i18n
21
+ //= require web-app/sound
22
+ //= require web-app/helpers
16
23
 
17
24
  //= require ./iugu-ui-helpers.js
18
25
  //= require ./components/iugu-ux-components.js
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iugu-ux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Negri
@@ -179,7 +179,7 @@ dependencies:
179
179
  - !ruby/object:Gem::Version
180
180
  version: 3.2.6
181
181
  - !ruby/object:Gem::Dependency
182
- name: uglifier
182
+ name: closure-compiler
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - ">="
@@ -407,7 +407,6 @@ files:
407
407
  - vendor/assets/javascripts/vendor/rivets.js.coffee
408
408
  - vendor/assets/javascripts/vendor/tasks.js.coffee
409
409
  - vendor/assets/javascripts/vendor/underscore.js
410
- - vendor/assets/javascripts/web-app.js
411
410
  - vendor/assets/javascripts/web-app/comm.coffee
412
411
  - vendor/assets/javascripts/web-app/config.js.erb
413
412
  - vendor/assets/javascripts/web-app/environment.js.coffee
@@ -1,7 +0,0 @@
1
- // This is a manifest file that'll be compiled into including all the files listed below.
2
- // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
3
- // be included in the compiled file accessible from http://example.com/assets/application.js
4
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
5
- // the compiled file.
6
- //
7
- //= require ./iugu-ux/web-app