These are all the JSConf 2014 slides, codes, and notes I was able to cull together from twitter. Thanks to the speakers who posted them and thanks to @chantastic for posting his wonderful notes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# load history -- necessary because Bamboo runs a "git clean" on the build directory | |
cp -r /opt/plato-report . | |
plato -r -d plato-report \ | |
-l .jshintrc \ | |
-t "My Project" \ | |
-x '(jquery|min.js|libs/(backbone|underscore|require))' \ | |
path/to/my_project |