Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frontainer/template
Web制作テンプレート
https://github.com/frontainer/template
Last synced: 5 days ago
JSON representation
Web制作テンプレート
- Host: GitHub
- URL: https://github.com/frontainer/template
- Owner: frontainer
- Created: 2014-05-29T13:25:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T05:13:48.000Z (over 10 years ago)
- Last Synced: 2025-01-18T01:35:22.525Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontainer 制作テンプレート
個人的に利用しているWeb制作テンプレート
## Dependence
* [Grunt](http://gruntjs.com/)
* [Bower](http://bower.io/)
* [Glue](http://glue.readthedocs.org/)## Tasks
最初に必要なモジュールをインストール
npm install
bower install### grunt
ファイル監視の実行### grunt rebuild
ECT,SASSを再コンパイル、bowerInstallを実行
### grunt release
リリース用のソースを書き出し
## Packages
* [grunt-contrib-clean](https://npmjs.org/package/grunt-contrib-clean)
* [grunt-contrib-cssmin](https://npmjs.org/package/grunt-contrib-cssmin)
* [grunt-contrib-concat](https://npmjs.org/package/grunt-contrib-concat)
* [grunt-contrib-connect](https://npmjs.org/package/grunt-contrib-connect)
* [grunt-contrib-copy](https://npmjs.org/package/grunt-contrib-copy)
* [grunt-contrib-uglify](https://npmjs.org/package/grunt-contrib-uglify)
* [grunt-contrib-htmlmin](https://npmjs.org/package/grunt-contrib-htmlmin)
* [grunt-contrib-imagemin](https://npmjs.org/package/grunt-contrib-imagemin)
* [grunt-contrib-watch](https://npmjs.org/package/grunt-contrib-watch)
* [grunt-bower-install](https://npmjs.org/package/grunt-bower-install)
* [grunt-contrib-csslint](https://npmjs.org/package/grunt-contrib-csslint)
* [grunt-contrib-jshint](https://npmjs.org/package/grunt-contrib-jshint)
* [grunt-autoprefixer](https://npmjs.org/package/grunt-autoprefixer)
* [grunt-notify](https://npmjs.org/package/grunt-notify)
* [grunt-usemin](https://npmjs.org/package/grunt-usemin)
* [load-grunt-config](https://www.npmjs.org/package/load-grunt-config)
* [grunt-csso](https://npmjs.org/package/grunt-csso)
* [time-grunt](https://www.npmjs.org/package/time-grunt)
* [grunt-html](https://www.npmjs.org/package/grunt-html)
* [grunt-ect](https://www.npmjs.org/package/grunt-ect)
* [grunt-prettify](https://github.com/jonschlinkert/grunt-prettify)
* [grunt-sass](https://github.com/sindresorhus/grunt-sass)
* [grunt-sprite-glue](https://github.com/frontainer/grunt-sprite-glue)
* [node-bourbon](https://www.npmjs.org/package/node-bourbon)