Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodl3r committed Sep 3, 2013
1 parent 00d284f commit df137fc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JavaScript minification, and more.
* **[Susy](http://susy.oddbird.net)** - v1.0.6
* **[Normalize](http://necolas.github.io/normalize.css)** - v1.1.2
* **[Modernizr](http://modernizr.com)** - v2.6.2
* **[jQuery](http://jquery.com)** - v1.10.1
* **[jQuery](http://jquery.com)** - v1.10.2
* **[JSLint](http://jslint.com)** / **[JSHint](http://www.jshint.com)**


Expand Down
52 changes: 26 additions & 26 deletions codekit-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"fileType" : 4,
"debugStyle" : 1
},
"\/css\/_susy.scss" : {
"\/css\/h5bp\/_helpers.scss" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
"ignore" : 1,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/css\/_susy.scss",
"inputAbbreviatedPath" : "\/css\/h5bp\/_helpers.scss",
"outputStyle" : 1,
"shouldRunBless" : 0,
"outputAbbreviatedPath" : "\/css\/_susy.css",
"outputAbbreviatedPath" : "\/css\/_helpers.css",
"fileType" : 4,
"debugStyle" : 1
},
Expand Down Expand Up @@ -154,15 +154,15 @@
"outputAbbreviatedPath" : "\/js\/core.min.js",
"fileType" : 64
},
"\/css\/h5bp\/_helpers.scss" : {
"\/css\/_susy.scss" : {
"ignoreWasSetByUser" : 0,
"ignore" : 1,
"ignore" : 0,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/css\/h5bp\/_helpers.scss",
"inputAbbreviatedPath" : "\/css\/_susy.scss",
"outputStyle" : 1,
"shouldRunBless" : 0,
"outputAbbreviatedPath" : "\/css\/_helpers.css",
"outputAbbreviatedPath" : "\/css\/_susy.css",
"fileType" : 4,
"debugStyle" : 1
},
Expand All @@ -187,15 +187,15 @@
"fileType" : 4,
"debugStyle" : 1
},
"\/css\/_core.scss" : {
"\/css\/susy\/_settings.scss" : {
"ignoreWasSetByUser" : 0,
"ignore" : 1,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/css\/_core.scss",
"inputAbbreviatedPath" : "\/css\/susy\/_settings.scss",
"outputStyle" : 1,
"shouldRunBless" : 0,
"outputAbbreviatedPath" : "\/css\/_core.css",
"outputAbbreviatedPath" : "\/css\/_settings.css",
"fileType" : 4,
"debugStyle" : 1
},
Expand All @@ -208,16 +208,17 @@
"outputAbbreviatedPath" : "No Output Path",
"fileType" : 32768
},
"\/img\/logo.png" : {
"\/css\/_core.scss" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
"ignore" : 1,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/img\/logo.png",
"processed" : 0,
"outputAbbreviatedPath" : "\/img\/logo.png",
"initialSize" : 24809,
"fileType" : 8192
"inputAbbreviatedPath" : "\/css\/_core.scss",
"outputStyle" : 1,
"shouldRunBless" : 0,
"outputAbbreviatedPath" : "\/css\/_core.css",
"fileType" : 4,
"debugStyle" : 1
},
"\/js\/vendor\/modernizr-2.6.2.min.js" : {
"ignoreWasSetByUser" : 1,
Expand All @@ -230,17 +231,16 @@
"outputAbbreviatedPath" : "\/js\/vendor\/modernizr-2.6.2.min.min.js",
"fileType" : 64
},
"\/css\/susy\/_settings.scss" : {
"\/img\/logo.png" : {
"ignoreWasSetByUser" : 0,
"ignore" : 1,
"ignore" : 0,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/css\/susy\/_settings.scss",
"outputStyle" : 1,
"shouldRunBless" : 0,
"outputAbbreviatedPath" : "\/css\/_settings.css",
"fileType" : 4,
"debugStyle" : 1
"inputAbbreviatedPath" : "\/img\/logo.png",
"processed" : 0,
"outputAbbreviatedPath" : "\/img\/logo.png",
"initialSize" : 24809,
"fileType" : 8192
},
"\/css\/susy\/_margin.scss" : {
"ignoreWasSetByUser" : 0,
Expand Down

0 comments on commit df137fc

Please sign in to comment.