Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit 6e0553b

Browse files
committed
do not run sass in circle ci build yet as we need to fix how the grafana file dependency should be handled
1 parent 166cc79 commit 6e0553b

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

Gruntfile.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,15 @@ module.exports = function(grunt) {
9292
'jshint',
9393
'jscs',
9494
]);
95+
96+
// does not have sass due to grafana file dependency
97+
grunt.registerTask('test', [
98+
'clean',
99+
'copy:src_to_dist',
100+
'copy:pluginDef',
101+
'babel',
102+
'jshint',
103+
'jscs',
104+
]);
95105
};
106+

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies:
99
test:
1010
override:
1111
# js tests
12-
- ./node_modules/grunt-cli/bin/grunt
12+
- ./node_modules/grunt-cli/bin/grunt test
1313

dist/css/worldping.dark.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/worldping.light.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)