-
Notifications
You must be signed in to change notification settings - Fork 5
Add grunt-contrib-connect as simple server #40
Comments
Hey Krzysztof, maybe this could be optional? Because we assume most developers have their own web servers already set up and running. What you think? Thanks |
Yes, I thinking of it as separate task in Gruntfile. It can be “grunt server” to run simple server with index.html as base. I just want to have dependencies in package.json and simple configuration in Gruntfile.js to not add it by hand every time. Can be done? THanks, — On Tuesday, 15 July 2014 at 10:21, Lubos Kmetko wrote:
|
I found small issue, I have this error, while trying to create CSS: Running "sass:dist" (sass) task I have Sass 3.2.14 (Media Mark) — On Tuesday, 15 July 2014 at 10:21, Lubos Kmetko wrote:
|
And small improvement. Grunt “watch" task don’t re-run if you create folder in scss and place files there. This is because “watch” only watching .scss files in /scss folder, not in folders within it. add “/” as below: Than, each *.scss file will be watched by grunt task. KR — On Tuesday, 15 July 2014 at 10:21, Lubos Kmetko wrote:
|
Hey Krzysztof, by optional I meant that the generator would ask user if they want to create a server and only then would set up appropriate package and task in Gruntfile. Regarding the sourcemap issue, can you please upgrade your Sass version, as source maps are supported only since version 3.3.0 Thanks for the improvement suggestion, I'll create a separate issue from it and we will implement it. |
Hey Lubos, Sounds very good, can’t wait until it will be implemented in that way :) THanks, — On Wednesday, 16 July 2014 at 13:21, Lubos Kmetko wrote:
|
Fixed in #31 |
Thanks guys! |
Hi Lubos,
I have one simple feature request. Could you add grunt-contrib-connect to package.json and simple task "server" to Gruntfile.js? Each time I set up the project, need to add server to run it on local machine. This improvement should speed up project set up. What do you think?
The text was updated successfully, but these errors were encountered: