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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e02a75558aabb81a6de7c3a74d30f7ac0118460b
|
4
|
+
data.tar.gz: b05ee7b96b3cf5a8f48d1bdd959dcd04c7bb5f03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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('
|
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 '
|
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 '
|
9
|
+
= javascript_include_tag 'store.bundle'
|
10
10
|
|
11
11
|
body class="#{yield_content(:body_class)}"
|
12
12
|
= yield
|