We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97401d0 + 89838b3 commit 3f220b6Copy full SHA for 3f220b6
examples/grunt/Gruntfile.js
@@ -28,5 +28,5 @@ module.exports = function (grunt) {
28
29
grunt.loadTasks('../../tasks');
30
31
- grunt.registerTask('reload', 'tinylr-start watch');
+ grunt.registerTask('reload', ['tinylr-start', 'watch']);
32
};
readme.md
@@ -159,7 +159,7 @@ grunt.initConfig({
159
}
160
});
161
162
-grunt.registerTask('reload', 'tinylr-start watch');
+grunt.registerTask('reload', ['tinylr-start', 'watch']);
163
```
164
165
0 commit comments