Front-end with Node.js - Node学園祭 2014
Posted: Updated:
Node学園祭・初参加
初参加だったんですが、ビギナー&フロントエンド向けのNode.jsツール系セッションを担当させていただきました。なんかめっちゃ緊張した・・・。
参考リンク集
1. Package manager
- npm
- Bower
- npm とフロントエンドのパッケージ管理の未来 ::ハブろぐ
- The npm Blog — npm and front-end packaging
- Npm Tips · fiveisprime
- npmのあまり知られてない機能 10選 - from scratch
- npm-shrinkwrap
- Bower Resolutions - Jake Trent
2. Task runner
- Grunt: The JavaScript Task Runner
- gulp.js - the streaming build system
- Node.js の Stream API で「データの流れ」を扱う方法 - Block Rockin’ Codes
- The State of Grunt
- task automation with npm run
- npm-run-script
- Why we should stop using Grunt & Gulp
- Take Grunt to the Next Level — Jonathan Suh
- jit-grunt で grunt をキビキビ動作の高速化 ::ハブろぐ
- タスクを並列超速化するgrunt-parallelizeを紹介するよ - teppeis blog
- Supercharging your Gruntfile: How to squeeze the most out of your build configuration. - HTML5 Rocks