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.
1 parent 97401d0 commit 89838b3Copy full SHA for 89838b3
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