Skip to content

Commit

Permalink
Merge pull request #58 from adamgruber/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adamgruber committed May 28, 2016
2 parents a17afbb + 84f2aa3 commit 340c9c1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Changelog

###1.3.5
- Removed extra slash in `@font-path` LESS variable. See [#53](https://github.com/adamgruber/mochawesome/issues/53)

###1.3.4
- Added option to auto open report. Also fixed an issue with boolean options. See [#44](https://github.com/adamgruber/mochawesome/issues/44)

Expand Down
6 changes: 1 addition & 5 deletions dist/css/mochawesome-64.css

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions dist/css/mochawesome.css

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions dist/js/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mochawesome",
"version": "1.3.4",
"version": "1.3.5",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"test": "gulp build"
Expand Down
2 changes: 1 addition & 1 deletion src/less/mochawesome-64.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Start with bootstrap
@import 'bootstrap';
@font-path: "../fonts/";
@font-path: "../fonts";

// Add some fonts
// @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300|Roboto+Slab);
Expand Down
2 changes: 1 addition & 1 deletion src/less/mochawesome.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Start with bootstrap
@import 'bootstrap';
@font-path: "../fonts/";
@font-path: "../fonts";

// Add some fonts
// @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300|Roboto+Slab);
Expand Down

0 comments on commit 340c9c1

Please sign in to comment.