middleman-sculptor 0.24 → 0.25
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: b9f7c1cb54a1fde1890f7094d666967a224da4f3
|
4
|
+
data.tar.gz: 6104c02e5fce59036379f0f8340a8c7103524bc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2d43fc74ca6ec891dd45d811f269e4af5c68ea5f289e8a3cc73b2fceaf6bdef332534e90cb703a100666b36d5befc77e26fd06c632a2c9ecbac060d6417aa3a
|
7
|
+
data.tar.gz: 9bf111ea27e9a45baa59d3ac1d5b5f3c0b40e418897d9d47572647ef25ae0c1128116d3d2fa11c514d52800cd534158db24124c52f69df104db6718a85eccfa5
|
@@ -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('assets/scripts/glyptotheque.bundle')
|
6
6
|
|
7
7
|
= wrap_layout :layout do
|
8
8
|
- if resource_tree('/').any?
|
@@ -6,10 +6,11 @@ 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 'assets/scripts/store.bundle'
|
10
10
|
|
11
11
|
body class="#{yield_content(:body_class)}"
|
12
12
|
= yield
|
13
13
|
|
14
14
|
= yield_content :javascripts
|
15
|
+
= javascript_include_tag 'main.bundle'
|
15
16
|
= yield_content :post_body
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: middleman-sculptor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.25'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tyom Semonov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: middleman-core
|