Commit graph

11 commits

Author SHA1 Message Date
Geobert Quach
5cd0f12006 feat(sass): Enable by default 2018-06-29 18:56:17 +01:00
Geobert Quach
37191901f3 Convert Jekyll's post into Cobalt's for #276 2017-10-15 10:26:44 +01:00
Benny Klotz
536ea4f358 Add .vscode folder to gitignore [skip CI] 2017-02-24 23:51:18 +01:00
benaryorg
581e9f391f
gitignore for vim
Signed-off-by: benaryorg <binary@benary.org>
2016-11-19 17:36:04 +01:00
Stas Rudakou
6b6359b0d9 Add Cargo.lock to repository
The best practice is to keep this file in gitignore for libraries and in
repo for applications.

Committing Cargo.lock makes the builds much more reproducible.
2016-11-04 23:45:23 +03:00
Stas Rudakou
d177767c3b Use tempdir crate instead of home-grown tests/tmp
Suggested by @johannhof, closes #65
2016-10-31 01:25:43 +03:00
Johann Hofmann
1c039da350
Add rustfmt and Clippy checks for CI 2016-07-19 23:21:45 +02:00
Johann
62ce74bad0 Add tests
This commit:
- replaces the walk_dir util function with the walkdir crate to avoid
  some inconveniences
- adds regression/integration tests that run over a set of fixtures and
  compare them to a desired output
- moves the example/ folder into tests/fixtures to create an initial
  testing fixture
- improves the travis configuration e.g. to test and collect code coverage
2015-11-06 21:22:45 +01:00
Benny Klotz
f640cb197c ignore
Cargo.lock
2015-05-29 00:08:26 +02:00
Johann
b3fe59cd0f Add stuff to .gitignore 2015-04-13 08:16:51 +02:00
Benny Klotz
fb6a497809 initial project layout - binary which uses rustie crate (lib.rs) which makes use of specific rustie modules (cli for now) 2014-10-24 12:21:30 +02:00