-
I am needing to watch more than one file type, javascript and template files, and then I want to reload the server. It would be nice to be able to pass in arguments.
Unless you suggest another way th…
-
I'm getting some unexpected behavior when using the source map option. Here is my code:
``` javascript
gulp
.src([
'source/scripts/**/*.js'
]))
.pipe(gulp.dest('public/js'))
.pipe(concat(…
-
Hi, I have a few problems trying to install this module into windows 7.
The first problem was that I wasnt have Python installed, so, I installed python and I added to the Environment.
Now the erro…
-
Give ideas for plugins. If there is a grunt plugin include the link.
I will try to get to as many as possible. I will also possibly put a bounty on it for somebody else to do it (or you can just do i…
-
Right now it looks pretty complex. You should write a wrapper around it and tag it as `gulpfriendly`
-
You've basically copied parts from orchestrator's run method and parts from orchestrator's task method and cobbled them here. It just adds complexity. Just use task dependencies.
-
Today I begun work on **jsPanel version 2**. While I currently dont't have additional features in mind I want to review all the code there currently is and identify things to improve. jsPanel-bootstra…
-
I have some suggestions for making CoffeeScript Classes even easier to use
in a friendly, "Unfancy" way.
- First, is to have an easy way to give the default value.
- Second, is a quicker way set my c…