Skip to content

Commit

Permalink
Merge pull request #175 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 5.7.0
  • Loading branch information
philippebeck authored Feb 18, 2023
2 parents f4592b8 + b0fda05 commit 1a259a1
Show file tree
Hide file tree
Showing 21 changed files with 4,463 additions and 1,408 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ module.exports = function(grunt) {
sass: {
options: {
implementation: sass,
sourceMap: true
sourceMap: false
},
dist: {
files: {
'src/css/source.css': 'src/main.scss'
'src/main.css': 'src/main.scss',
'dist/style.css': 'src/style.scss'
}
}
},
Expand All @@ -20,7 +21,7 @@ module.exports = function(grunt) {
footer: "\n/* Author: <%= pkg.author.name %> <<%= pkg.author.email %>>\n Updated: <%= grunt.template.today('dS mmm yyyy @ h:MM:ss TT') %> */"
},
css: {
src: ["node_modules/normalize.css/normalize.css", "src/css/source.css"],
src: ["node_modules/normalize.css/normalize.css", "src/css/main.css"],
dest: "dist/animadio.css"
}
},
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [CDN](#cdn)
- [Download](#download)
- [Content](#content)
- [Documentation](#documentation)

---

Expand All @@ -34,8 +35,8 @@

## CDN

- Development : [https://cdn.jsdelivr.net/npm/animadio@5.6.0/dist/animadio.css](https://cdn.jsdelivr.net/npm/animadio@5.6.0/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/animadio@5.6.0/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/animadio@5.6.0/dist/animadio.min.css)
- Development : [https://cdn.jsdelivr.net/npm/animadio@5.7.0/dist/animadio.css](https://cdn.jsdelivr.net/npm/animadio@5.7.0/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/animadio@5.7.0/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/animadio@5.7.0/dist/animadio.min.css)

---

Expand All @@ -50,3 +51,9 @@

- For development : `/dist/animadio.css`
- For production : `/dist/animadio.min.css`

---

## Documentation

[Animadio Lab !](https://philippebeck.github.io/animadio)
Loading

0 comments on commit 1a259a1

Please sign in to comment.