项目作者: mugetsu

项目描述 :
ASH (Automated Scalable HTML5 Boilerplate powered by Grunt)
高级语言: JavaScript
项目地址: git://github.com/mugetsu/ash.git
创建时间: 2014-09-02T11:51:14Z
项目社区:https://github.com/mugetsu/ash

开源协议:

下载


ASH Build Status

C4 after detonation comes ASH (Automated Scalable HTML5 Boilerplate powered by Grunt)

Documentation

You may need to install a few assets before you can get started, such as Node, Git, Bower, Grunt.

Scaffolding

  1. ├── app
  2. ├── apple-touch-icon-precomposed.png
  3. ├── assets
  4. ├── fonts
  5. ├── images
  6. ├── scripts
  7. └── styles
  8. ├── favicon.ico
  9. ├── favicon.png
  10. └── index.html
  11. ├── src
  12. ├── images
  13. └── sprite
  14. ├── js
  15. └── scripts.js
  16. ├── scss
  17. ├── mixins
  18. ├── modules
  19. ├── partials
  20. ├── vendor
  21. └── style.scss
  22. └── views
  23. ├── includes
  24. └── *.pug
  25. ├── docs
  26. ├── grunt-build.command
  27. ├── grunt-build.bat
  28. ├── grunt-dev.command
  29. ├── grunt-dev.bat
  30. ├── package.json
  31. ├── README.md
  32. ├── .editorconfig
  33. ├── .gitignore
  34. ├── .jshintrc
  35. └── .travis.yml

Roadmap

  • Create a flow for Grunt Bower dist files to public assets

Contributors

Randell Quitain

License

The MIT License (MIT)

Copyright (c) ASH

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.