Skip to content

Commit

Permalink
version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mockee committed Feb 21, 2013
1 parent d2b4adb commit d187ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion istatic.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function getConfigFile(filename) {
// Convert yaml to json
var yaml = require('js-yaml')
, json = yaml.load(data)

promise.resolve([json])
} else {
var errInfo = "There's no `" + filename
Expand Down Expand Up @@ -334,6 +335,7 @@ function pullAction(config) {

if (hasCloned(repoPath)) {
files = repos[name].file

for (var src in files) {
diffFile(path.resolve(PATH_STATIC, shortenName(name),
normalizeName(src)), normalizeName(files[src]))
Expand Down Expand Up @@ -374,4 +376,4 @@ function clear(name) {

exports.pull = pull
exports.clear = clear
exports.version = '0.3.0'
exports.version = '0.3.1'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-istatic",
"description": "Static File Manager.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/mockee/istatic",
"author": {
"name": "mockee",
Expand Down

0 comments on commit d187ec6

Please sign in to comment.