Mickael Daniel

Results 64 comments of Mickael Daniel

Hello! I would need to see your whole configuration file. Can you create a gist (even private) where you would copy-paste your whole Gruntfile? I suspect this because require.js (or...

ohh, you can turn it into "The creation of the project messed with you" :) Not necessarily your fault, as you said the documentation on rjs support is very poor...

Hi Ian, Patches welcome! You're true, it should be `grunt.config('tar.input');`. (especially since it's commented that way... https://github.com/h5bp/node-build-script/blob/master/tasks/tar.js#L19 it is definitely supposed to be read from `tar.input` and `tar.output`) I'm just...

tar output needs rewrite, or use an existing plugin.

Haha, very true. The idea is that we can quickly see both versions of the app / website. One without any optimizations, one with what generates the build script. Serving...

I think it's a cool idea. There is an ongoing dicussion and work to be done regarding using grunt-contrib as much as possible, including their copy task. https://github.com/gruntjs/grunt-contrib-copy How do...

@iancrowther sorry to hear that. For the next major version, I'm considering dropping the intermediate directory and the copy of the whole project. Seems that it brings more issues than...

Thx a lot Addy. Adding it to the list.

Thanks for opening the issue. I'll see what I can do. I wonder if it should be the default in what generate the init task, or if should be added...

I'm pretty sure this can be done without the surrounding html comments. On each script replacement, a basic check can be done to see if it's hosted on a cdn...