Skip to content

Instantly share code, notes, and snippets.

@suitougreentea
Last active August 29, 2015 14:11
Show Gist options
  • Save suitougreentea/43a672f1eaad70f6b19c to your computer and use it in GitHub Desktop.
Save suitougreentea/43a672f1eaad70f6b19c to your computer and use it in GitHub Desktop.

別リポで色々実験してます : https://github.com/suitougreentea/pdmexp

  • npm、bowerも、--saveでDependenciesに追加される
  • npm init, bower init, karma init
  • npm dedupeで依存の重複を取り除けそう(やってない)
  • TODO: jasmineの./spec/support/jasmine.json

依存ツリー?

node
|-npm
  |-bower
    |-angular
    |-bootstrap
  |-webpack
  |-coffee-script
  |-sass (いる?無くても問題なさそう)
  |- --slim-- (別物でした)
  |-gulp
  |-gulp-slim (別途Ruby版Slimが必要?いい方法があったら教えてください!)
  |-gulp-sass
  |-gulp-coffee
  |-karma
  |-karma-cli (node_modules/.binにkarmaコマンドが入る)
  |-jasmine

Chrome Apps

ここがわかりやすい https://developer.chrome.com/apps/first_app

gulpfile.coffee

ここを参考に作成 http://kojika17.tumblr.com/post/86982052817/gulpfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment