Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
091a35738202b6dd03947368a95491af87e71dc8
html5-boilerplate
/
src
下载当前目录
G
GitHub
dependency updates, rolled up (
#3281
)
15bf5543
创建于
2025年9月10日
历史提交
文件
最后提交记录
最后更新时间
img
Rename .gitignore to .gitkeep (#3019) * Rename .gitignore to .gitkeep --------- Co-authored-by: Parvez Khan <parvezkhan0802@gmail.com>
2 年前
js
Removing Modernizr from the project
2 年前
.editorconfig
Add 'end_of_line = lf' to .editorconfig (#2969) * Update .editorconfig Added line feed * Update .editorconfig Added to .editorconfig in src folder
2 年前
.gitattributes
Add .babelrc and .prettierrc to .gitattributes (#2030)
8 年前
.gitignore
feat(build): parcel (#2227) (#2229) * feat(build): parcel * feat(parcel): gulp & tests * build(parcel): exclude package-lock * build(parcel): add private field to prevent accident npm publish
5 年前
404.html
Update links in docs - The 'Getting Started' section header no longer exists on that jQuery plugins page so I removed. - cdn.polyfill.io is now just polyfill.io - update Apple docs URL to prevent a redirect - Remove CSS Tricks link to IE-only stylesheets as it only applied to IE9 and below which is no longer supported by H5BP or Microsoft - Microsoft own docs have a rule to not include the country code so that a user gets the docs in their own locale. so a user in UK would go to https://docs.microsoft.com/en-gb/ and a US user would go to https://docs.microsoft.com/en-us/ etc. I suggest we follow their recommendation here.
6 年前
favicon.ico
Change project architecture * Move all the H5BP source files into the `src/` directory and remove all external components that can be fetch via `npm`, namely: the Apache Server Configs, jQuery, and Normalize.css. * Add `package.json`, and move to using `npm` for managing dependencies (for more information about `npm`, see: https://www.npmjs.org/doc/). * Add `gulp` based build script to allows us to automatically create the distribution files as well as an archive that can then be attached to the release - https://github.com/blog/1547-release-your-software (for more information about gulp, see: http://gulpjs.com/). * Add other miscellaneous files to help us in our development process: * `.editorconfig` - to define and maintain consistent coding styles http://editorconfig.org/ * `.jshintrc` - to specify JSHint configuration options http://www.jshint.com/docs/ * `.travis.yml` - to specify Travis CI configuration options http://docs.travis-ci.com/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - These changes: * automate some of the tedious work (e.g.: updating the external components, updating some of the inline content such as version numbers, etc.) * will allow us to experiment more (e.g.: allow us to create different builds of H5BP, builds that can contain different components) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref h5bp/html5-boilerplate#1563 Close h5bp/html5-boilerplate#1563
11 年前
icon.png
Losslessly optimized icon.png (#1964) Losslessly optimized with ImageOptim (MacOS). Saved 0.5%. :-)
8 年前
icon.svg
Add SVG favicon Fixes: #2554
4 年前
index.html
Remove JS-conditional classes (#3222) * Remove no-js class * Document alternative to no-js class
1 年前
package.json
dependency updates, rolled up (#3281) * dependency updates, rolled up * eslintrc > eslint.config * eslint upgrade continues
8 个月前
robots.txt
Minor docs fixes (#3119) - Fix release date year for recent release on CHANGELOG - Add https:// to www.robotstxt.org link- this has advantage of allowing users to Ctrl+click to view site to view more details - Remove broken `#server-configuration` in-page link (doesn't exist)
1 年前
site.webmanifest
Removes "display": "standalone" from manifest (#2096)
7 年前
webpack.common.js
Add Prettier (#3011) Consistent code formatting! (it fixed a few minor bugs too)
2 年前
webpack.config.dev.js
Add Prettier (#3011) Consistent code formatting! (it fixed a few minor bugs too)
2 年前
webpack.config.prod.js
removing tile images (#3023)
2 年前