hci-theme 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/extconf.rb +2 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e61009dc3806049cb4d9dba05602aa7887615de679aaef9fc3846d15e266ab4
4
- data.tar.gz: 81d21a5c5e55644b0029a9100ff98dd0796670a23f8d5f092f022af65587d094
3
+ metadata.gz: a05ccdbc26d940d60d3c7ada20305fc71b1d10aa72a2d5703233f7561717495c
4
+ data.tar.gz: 394fa4480540072a507a764ab446709a2326dad6475b62077021de3eee4f5101
5
5
  SHA512:
6
- metadata.gz: 2a06395ba82bf45799294edef6f19b5f93b9f76e95725de85e99778c010047c5f18662e9810391a9f54707c244c6586f331d026047611c0086b0025ba446f9c2
7
- data.tar.gz: 4c98cc22c5312eaf8040707a84b07123ccb0d49ff92951fcfbb62e99381ea959ffe4f11cb2db74767dde6c5efc7c2b2b774cf898ce6542132a1327c54a99d3ae
6
+ metadata.gz: 03bcfc44b575b3ff14d7ef4823b5378695fbfd5a808c4c4fe46089c3e66cda255487c1dd376301ebbd359d2a61c72176fdd19c0a76168646cff517009e986d56
7
+ data.tar.gz: 2934b5ba86980a7281cb19f89503b2883b0baa380c4d4f288c3285b27cc414b9d7bc6fcd3b82374c658798e3e67fc1991a10eda54518722c1abc4b337c93e780
data/extconf.rb CHANGED
@@ -5,7 +5,9 @@ print "Installing HCI-Theme"
5
5
 
6
6
  system "npm install"
7
7
  system "npx webpack -p --config webpack.config.js --mode=production"
8
+ FileUtils.mkdir_p("_sass")
8
9
  FileUtils.copy_entry "node_modules/slick-carousel", "_sass/slick-carousel"
10
+ FileUtils.mkdir_p("assets/css/fonts")
9
11
  FileUtils.copy_entry "node_modules/slick-carousel/slick/fonts/slick.woff", "assets/css/fonts/slick.woff"
10
12
  FileUtils.copy_entry "node_modules/slick-carousel/slick/fonts/slick.ttf", "assets/css/fonts/slick.ttf"
11
13
  FileUtils.copy_entry "node_modules/slick-carousel/slick/ajax-loader.gif", "assets/css/ajax-loader.gif"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hci-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan-Philipp Stauffert