Skip to content

Commit

Permalink
do not run sass in circle ci build yet as we need to fix how the graf…
Browse files Browse the repository at this point in the history
…ana file dependency should be handled
  • Loading branch information
torkelo committed Apr 11, 2016
1 parent 166cc79 commit 6e0553b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Gruntfile.js
Expand Up @@ -92,4 +92,15 @@ module.exports = function(grunt) {
'jshint',
'jscs',
]);

// does not have sass due to grafana file dependency
grunt.registerTask('test', [
'clean',
'copy:src_to_dist',
'copy:pluginDef',
'babel',
'jshint',
'jscs',
]);
};

2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -9,5 +9,5 @@ dependencies:
test:
override:
# js tests
- ./node_modules/grunt-cli/bin/grunt
- ./node_modules/grunt-cli/bin/grunt test

2 changes: 1 addition & 1 deletion dist/css/worldping.dark.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/worldping.light.css.map

Large diffs are not rendered by default.

0 comments on commit 6e0553b

Please sign in to comment.