Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	js/main.min.js
  • Loading branch information
HelKyle committed Dec 19, 2015
2 parents c3bb23c + 66371db commit 9581e22
Show file tree
Hide file tree
Showing 7 changed files with 2,132 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules
/gulpfile.js
*.scssc
*.DS_Store
*.codekit
3 changes: 3 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ <h3 id="tool" class="section__header">前端工具</h3>
<dd class="links-item">
<a href="http://runjs.cn/" target="_blank">Runjs</a>
</dd>
<dd class="links-item">
<a href="http://sassmeister.com/" target="_blank">sassmeister</a>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">调试/测试</dt>
Expand Down
1 change: 1 addition & 0 deletions app/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ body
+dd("http://codepen.io/", "Codepen",0 , 10087)
+dd("http://jsbin.com", "Jsbin")
+dd("http://runjs.cn/", "Runjs")
+dd("http://sassmeister.com/", "sassmeister")
dl.links-list
+dt("调试/测试")
+dd("http://getfirebug.com/", "Firebug")
Expand Down
2,120 changes: 2,119 additions & 1 deletion css/main.min.css

Large diffs are not rendered by default.

Binary file modified img/fs-tags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ <h3 id="tool" class="section__header">前端工具</h3>
<dd class="links-item">
<a href="http://runjs.cn/" target="_blank">Runjs</a>
</dd>
<dd class="links-item">
<a href="http://sassmeister.com/" target="_blank">sassmeister</a>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">调试/测试</dt>
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^1.2.0",
"gulp-useref": "^3.0.3",
"gulp-util": "^3.0.7",
"run-sequence": "^1.1.5"
},
"dependencies": {
"del": "^2.2.0"
}
}

0 comments on commit 9581e22

Please sign in to comment.