Skip to content

Commit bab8bf7

Browse files
committed
update sass file and update minify and add contributing file
1 parent 015697f commit bab8bf7

File tree

8 files changed

+120
-89
lines changed

8 files changed

+120
-89
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
## Note for myself
4+
5+
Before doing a new release*, don't forget to
6+
1. Change the version of the lib in the README
7+
2. Change the version in the package.json
8+
3. rerun `sass --watch source/artemis.scss artemis.css `
9+
4. minify the css of `artemis.css` and copy past it in `artemis.min.css`
10+
11+
12+
Once those previous steps are done.
13+
1.Go to github and create the realese with some notes of what have change
14+
2. Publish the package on NPM
15+
16+
17+
Note:
18+
19+
*new release: create the release on github and then publishing on npm

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Artemis CSS library
22

3-
version 0.1.3
3+
A nice css library to provide pastel elements to include in your website.
4+
5+
version 0.1.4
46

57
## CSS class available
68

0 commit comments

Comments
 (0)