update rule

This commit is contained in:
加里 2014-10-21 13:46:32 +08:00
parent 73786c6688
commit 331bb8067d

View File

@ -1,7 +1,5 @@
//replace all the images with local one //replace all the images with local one
var url = require("url"), var fs = require("fs");
path = require("path"),
fs = require("fs");
var LOCAL_IMAGE = "/Users/path/to/image.png"; var LOCAL_IMAGE = "/Users/path/to/image.png";