Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watchify and hot replacing of stores and components in server`s memory #155

Closed
wants to merge 10 commits into from

Conversation

rdner
Copy link
Member

@rdner rdner commented Apr 27, 2015

Resolve #146.

  • Completely remove assets management from Catberry (will be a separated plugin)
  • Add watchify wrapper for browserify
  • Replace gaze with chokidar
  • No re-find/rebuild of the entire set of stores and modules on changes in debug mode, reload only a changed store/component

Known issues:

  • Moving/Renaming component`s directory breaks watching for the component
  • After removing cat-component.json from the components directory, the component is removed from the servers memory but its files will be still watched by chokidar (Unwatch is not unwatching folders paulmillr/chokidar#273)

@rdner
Copy link
Member Author

rdner commented Apr 27, 2015

Wrong destination branch.

@rdner rdner closed this Apr 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not rebuilt the entire bundle.js if component assets change
1 participant