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
module.exports = function(grunt) { | |
// Load grunt tasks automatically | |
require('load-grunt-tasks')(grunt); | |
// Time how long tasks take. Can help when optimizing build times | |
require('time-grunt')(grunt); | |
// Project configuration. | |
grunt.initConfig({ |
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
## Tested on 14.04 and 14.10. Runs as root because why not | |
## Installs: | |
# - Ubuntu developer tools | |
# - Python (using system 2.7.6 / 2.7.8) | |
# - scipy libs | |
# - scikit-learn | |
# - nltk | |
# - Ruby 2.1.5 | |
# - rbenv | |
# - nokogiri |