Victor Chan

Results 2 comments of Victor Chan

I've created a pull request for this https://github.com/gbirke/jquery_pagination/pull/47

To put parameters into task.run, use the `:` notation, e.g. `grunt.task.run("hello:world");` A simple way I found to implement it is to access the `arguments` variable within your task. ``` grunt.registerTask('validateandruntask',...