middleman-sculptor 0.25 → 0.25.1

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: b9f7c1cb54a1fde1890f7094d666967a224da4f3
4
- data.tar.gz: 6104c02e5fce59036379f0f8340a8c7103524bc8
3
+ metadata.gz: e02a75558aabb81a6de7c3a74d30f7ac0118460b
4
+ data.tar.gz: b05ee7b96b3cf5a8f48d1bdd959dcd04c7bb5f03
5
5
  SHA512:
6
- metadata.gz: c2d43fc74ca6ec891dd45d811f269e4af5c68ea5f289e8a3cc73b2fceaf6bdef332534e90cb703a100666b36d5befc77e26fd06c632a2c9ecbac060d6417aa3a
7
- data.tar.gz: 9bf111ea27e9a45baa59d3ac1d5b5f3c0b40e418897d9d47572647ef25ae0c1128116d3d2fa11c514d52800cd534158db24124c52f69df104db6718a85eccfa5
6
+ metadata.gz: ff3c3630283162951b45b48997f3550fac44745092cdebeb0442a8fe28309d156a13972763aa60e8835ff0b10b0ed96985b8d076316a163a83a713696ea873f5
7
+ data.tar.gz: 0ebae675679c4390771fff510a7ee35b45b8f1a851ad63d77748a60f05652ebc14892d2014a7e58e82c88b1fc601ca1fb5b5957e31763da2f04b430f0814225f
@@ -2,7 +2,7 @@
2
2
  - content_for :ng_app, 'glyptotheque'
3
3
  - content_for :stylesheets, stylesheet_link_tag('/glyptotheque/styles/main')
4
4
  - content_for :body_class, "section-#{get_section_of_resource(current_page).slug}"
5
- - content_for :javascripts, javascript_include_tag('assets/scripts/glyptotheque.bundle')
5
+ - content_for :javascripts, javascript_include_tag('glyptotheque.bundle')
6
6
 
7
7
  = wrap_layout :layout do
8
8
  - if resource_tree('/').any?
@@ -19,7 +19,7 @@ html
19
19
  body class="#{yield_content(:body_class)}"
20
20
  = current_model.html
21
21
 
22
- = javascript_include_tag 'glyptotheque/scripts/iframe-content-window.bundle'
22
+ = javascript_include_tag 'iframe-content-window.bundle'
23
23
  = yield_content :javascripts
24
24
  - if current_resource.metadata.options.iframe
25
25
  = include_javascripts(current_model[:javascript] || current_page.data.javascripts || current_page.data.javascript)
@@ -6,7 +6,7 @@ html ng-app=(yield_content(:ng_app))
6
6
  meta name='viewport' content='width=device-width'
7
7
  = stylesheet_link_tag '//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'
8
8
  = yield_content :stylesheets
9
- = javascript_include_tag 'assets/scripts/store.bundle'
9
+ = javascript_include_tag 'store.bundle'
10
10
 
11
11
  body class="#{yield_content(:body_class)}"
12
12
  = yield
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Sculptor
3
- VERSION = '0.25'
3
+ VERSION = '0.25.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-sculptor
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.25'
4
+ version: 0.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyom Semonov