Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
pangnate committed Nov 5, 2014
1 parent 3f8a954 commit a9bc398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/templates/default/Fatsfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* 此文件为fats系统自动化构建时读取的配置文件
* 配置参数见:https://github.com/pangnate/fats
* 配置参数见:https://github.com/pangnate/fats/blob/master/docs/fats-release.md
* */
module.exports = function (fats) {

Expand All @@ -16,7 +16,7 @@ module.exports = function (fats) {
},

// 校验js文件
jslint: {
jshint: {
task: {
files: 'js/*.js'
}
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title></title>
<title>index - {name}</title>
<link rel="stylesheet" href="./css/{name}.css"/>
</head>
<body>
Expand Down

0 comments on commit a9bc398

Please sign in to comment.