You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it was simply state, collection, and view (similar to backbone), then it would be much easier to grok. You would also have to throw in browserify, but perhaps just leave it like that. browserify main.js -o www/bundle.js
Don't complicate with grunt/gulp - just use npm scripts, which are much less opinionated.
I'm trying to start using & right now and I find the current example using the CLI ampersand to be useless. And it almost scared me away from trying &.
If it was simply
state
,collection
, andview
(similar to backbone), then it would be much easier to grok. You would also have to throw inbrowserify
, but perhaps just leave it like that.browserify main.js -o www/bundle.js
Don't complicate with
grunt
/gulp
- just usenpm
scripts, which are much less opinionated.via @ben-eb
The text was updated successfully, but these errors were encountered: