Welcome to mirror list, hosted at ThFree Co, Russian Federation.

contributing.md - github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2bf33161618b1a9ae2f934c557f45c9c420082e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contribute to code
If you want to contribute make sure the commits are `verified`.   
You can read how to GPG sign you commits [here](https://help.github.com/articles/signing-commits-using-gpg/).


# Tools used
[Karma](https://karma-runner.github.io): JS test framework
[Bourbon](https://www.bourbon.io/): Sass->css framework
[Grunt](https://gruntjs.com/): Automation tool to compile/test/deploy

# Test
With Docker:
```
docker build . -t passman-dev && docker run -it --rm --user=`id -u` passman-dev grunt test
```

# Tips
Compile scss to scc: `grunt watch`