Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Faster local development #398

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dopry
Copy link

@dopry dopry commented Aug 7, 2015

This includes the work from #397, along with the breaking up of the watch tasks to minimize the build time for each watching. There is a >2x speed up for building the app js, and a >5x speed up template builds on my workstation. plus more live reload goodness.

closes #397

dopry added 4 commits August 7, 2015 12:43
…rowser windows.

* use nodemon to run server.js so we have socket.io when developing locally.

* very basic watches on app.js, the watch should be steamlined, current it takes about 30s to build changes to the js app files.
*reduces jsApp watch build time from 30s to 18s locally.
*reduces templates watch build time to 11s
build time still only down to 18s from 30s.
jsApp build times are now 12-13s, down from 30s, 2x++ speed increase
template builds are now down to 5-6s, 5x++ speed increase.

This should facilitate a smoother developer experience working on the application.
@felixhammerl
Copy link
Member

thanks! i'll have a look at it :)

@positron
Copy link

positron commented Jul 20, 2016

I had to upgrade grunt-node-inspector to get npm install on this branch to work on my mac. (I got this error, I think related to this bug).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants