This is a patch release. Everything is the same, just slightly better!
The main changes are:
/** | |
* This gulpfile will copy static libraries and a index.html file as well as | |
* merge, babelify and uglify the rest of the javascript project. | |
* | |
* TODO: | |
* - Separate media, libs and src with different watchers. | |
* - Media and libs should only be copied to dist if they are different sizes. | |
* | |
* The expected project is to be laid out as such: | |
* |
// ...from 'Inheritance Is The Base Class of Evil' | |
use std::fmt; | |
use std::rc::Rc; | |
fn white_space(count: usize) -> String { | |
std::iter::repeat(' ').take(count).collect::<String>() | |
} | |
trait Drawable { |
Inject jQuery with something like this: http://www.brandonmartinez.com/2011/04/23/inject-jquery-onto-any-site/
Find the id of one of the <li>
tags for a file in the folder, e.g frx-list-item38220
Open the console and run this - it clicks the "X" button for every item in that folder.
$("#frx-list-item38220").parent().find(".removeFrx").click()
{ | |
"name": "app", | |
"version": "0.0.1", | |
"dependencies": { | |
"serveup": "~0.0.2", | |
"hem": "~0.1.6", | |
"es5-shimify": "~0.0.1", | |
"json2ify": "~0.0.1", | |
"jqueryify": "~0.0.1", | |
"spine": "~1.0.5", |