Skip to content

Commit a9153f5

Browse files
committed
reverting previous css export approach in order to support sassc
1 parent df5566f commit a9153f5

File tree

4 files changed

+2
-101
lines changed

4 files changed

+2
-101
lines changed

dist/matestack-ui-bootstrap.css

Lines changed: 0 additions & 98 deletions
This file was deleted.

matestack-ui-bootstrap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.description = "Bootstrap v5 components for Matestack UI"
1515
spec.license = "MIT"
1616

17-
spec.files = Dir["{app,config,db,lib,assets}/**/*", "LICENSE", "Rakefile", "README.md"]
17+
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
1818

1919
spec.add_dependency "matestack-ui-core", "~> 3.0.0"
2020
spec.add_dependency "matestack-ui-vuejs", "~> 3.1.0"

rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ export default [
2626
json(),
2727
commonjs(),
2828
scss({ output: function (styles, styleNodes) {
29-
writeFileSync('./dist/matestack-ui-bootstrap.css', styles)
30-
writeFileSync('./assets/stylesheets/_matestack-ui-bootstrap.css', styles)
29+
writeFileSync('./dist/stylesheets/matestack-ui-bootstrap.css', styles)
3130
}}),
3231
terser(terserOptions)
3332
]

0 commit comments

Comments
 (0)