StaticPage
StaticPage copied to clipboard
适合简单静态页面的grunt自动化开发工具
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral. fixed 方法 grunt.registerTask('styles', [ 'sass']);
建议集成一个yeoman的生成器,方便下载发布
为了防止文件缓存,可以考虑在编译/压缩 CSS 和 JS 文件的时候在文件名上加上 hash 来防止缓存。 Image 文件同理。