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: 45fd0f603841d316da9f2340d714617d8abbaa27
4
- data.tar.gz: aafd2681e9302073fd7f8c5d3b1f0c9ecc3fc4e6
3
+ metadata.gz: b9f7c1cb54a1fde1890f7094d666967a224da4f3
4
+ data.tar.gz: 6104c02e5fce59036379f0f8340a8c7103524bc8
5
5
  SHA512:
6
- metadata.gz: 8525b97bce54f935809577f2c6a2098a5b2d0d0e6b4e330cc03246d967e48d840e6a0d74f663ffe730db1f1095387bf255ed640eeb9fedc39084a36e2e934034
7
- data.tar.gz: c072b875290dbc23615a059468befe18ad45fb42697e3c598aed3916b18b521bd75bf8df57df58f8e9cee37fd05be238773e83368800219445b5e91d7affcf7a
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('glyptotheque/scripts/glyptotheque.bundle')
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 'glyptotheque/scripts/store.bundle'
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
@@ -8,7 +8,7 @@ module.exports = {
8
8
  store: 'store',
9
9
  },
10
10
  output: {
11
- path: './source/glyptotheque/scripts',
11
+ path: './source/assets/scripts',
12
12
  filename: '[name].bundle.js'
13
13
  },
14
14
  module: {
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Sculptor
3
- VERSION = '0.24'
3
+ VERSION = '0.25'
4
4
  end
5
5
  end
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.24'
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-24 00:00:00.000000000 Z
11
+ date: 2015-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core