文件最后提交记录最后更新时间
Rename .gitignore to .gitkeep (#3019) * Rename .gitignore to .gitkeep --------- Co-authored-by: Parvez Khan <parvezkhan0802@gmail.com>2 年前
Removing Modernizr from the project 2 年前
Add 'end_of_line = lf' to .editorconfig (#2969) * Update .editorconfig Added line feed * Update .editorconfig Added to .editorconfig in src folder2 年前
Add .babelrc and .prettierrc to .gitattributes (#2030) 8 年前
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 publish5 年前
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 年前
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 年前
Losslessly optimized icon.png (#1964) Losslessly optimized with ImageOptim (MacOS). Saved 0.5%. :-)8 年前
Add SVG favicon Fixes: #2554 4 年前
Remove JS-conditional classes (#3222) * Remove no-js class * Document alternative to no-js class1 年前
dependency updates, rolled up (#3281) * dependency updates, rolled up * eslintrc > eslint.config * eslint upgrade continues8 个月前
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 年前
Removes "display": "standalone" from manifest (#2096) 7 年前
Add Prettier (#3011) Consistent code formatting! (it fixed a few minor bugs too)2 年前
Add Prettier (#3011) Consistent code formatting! (it fixed a few minor bugs too)2 年前
removing tile images (#3023) 2 年前