Skip to content

Commit

Permalink
v1.2.1-rc2 (#37)
Browse files Browse the repository at this point in the history
* version 1.2.1 gold master 

* Avoid duplicating images when building distribution
* Enabled HTTPS for http-server
* Replaced relative to an absolute path for resources
* Removed obsolete scripts
* Refactoring demo building and files required
* Added Snyk security scanner, excluded dirs with .dcignore
* Added copy to clipboard feature to code samples
* Refactor dev and prod distribution
* Created & refined npm scripts for testing, linting, developing and building
* Added stylelint package with configs and plugins
* A lot of scss restyling
* Applied stylelint rules
* Fix third-party deprecated package:sourcemap-codec
* Fix gen-mapping  package URL  in package-lock.json
* Update workflow actions
* Update release workflow :)

* Removed vulnerable devdependencies:
- live-server
- sass-lint

Added devdependencies:
- clean-css-cli
- http-server
- stylelint
-- stylelint-config-clean-order
-- stylelint-config-standard
-- stylelint-config-standard-scss
-- stylelint-define-config
-- stylelint-prettier
- prettier
- uglify-js
  • Loading branch information
carlesloriente authored Apr 18, 2024
1 parent 931f6f1 commit f1f148a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

It comes in two powerful options:

- 🌟 Nocc Bootstrap Theme: An NPM Package that brings the power of NOCC directly to your NodeJS project. [Get it now!](https://www.npmjs.com/package/nocc-bootstrap-theme)
- 🌟 Nocc Bootstrap Theme: An NPM Package that brings the power of NOCC directly to your NodeJS project. [Get it now!](https://www.npmjs.com/package/nocc-bootstrap-theme).

- 🌐 Full Site Bundle for Jekyll: A complete static website showcasing NOCC's seamless integration. Featuring a beautifully designed homepage, dynamic tag cloud, image gallery, and more. [Explore on GitHub](https://github.com/carlesloriente/bootstrap-theme-jekyll).

Expand Down
2 changes: 1 addition & 1 deletion static/posts/nocc-bootstrap-theme-npm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>NOCC Bootstrap Theme NPM package</h1>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<p class="text-center"><a href="https://www.npmjs.com/package/nocc-bootstrap-theme"><img src="/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-theme-showroom.png" alt="NOCC NPM Package" /></a></p>
<p class="text-center"><a href="https://www.npmjs.com/package/nocc-bootstrap-theme"><img src="/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-theme-showroom.png" alt="NOCC NPM Package" /></a></p>
<h2 id="dependencies-which-are-bundled-with-the-theme">Bundled dependencies</h2>
<ul>
<li><a href="https://getbootstrap.com">Bootstrap 5.3.3</a></li>
Expand Down

0 comments on commit f1f148a

Please sign in to comment.