Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickRe committed Mar 12, 2019
1 parent 88e0571 commit 0b4bad5
Show file tree
Hide file tree
Showing 60 changed files with 12,949 additions and 11,999 deletions.
8 changes: 2 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,8 @@ const configureGrunt = function (grunt) {
// **Main testing task**
//
// `grunt validate` will either run all tests or run linting
// `grunt validate` is called by `npm test` and is used by Travis.
grunt.registerTask('validate', 'Run tests or lint code', function () {
if (process.env.TEST_SUITE === 'lint') {
return grunt.task.run(['lint']);
}

// `grunt validate` is called by `yarn test` and is used by Travis.
grunt.registerTask('validate', 'Run tests', function () {
grunt.task.run(['test-acceptance', 'test-unit']);
});

Expand Down
4 changes: 2 additions & 2 deletions content/themes/casper/assets/built/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion content/themes/casper/assets/built/global.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/themes/casper/assets/built/infinitescroll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion content/themes/casper/assets/built/infinitescroll.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b4bad5

Please sign in to comment.