Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unclechu/front-end-gulp
Web front-end project template based on Gulp
https://github.com/unclechu/front-end-gulp
gulp livescript
Last synced: about 2 months ago
JSON representation
Web front-end project template based on Gulp
- Host: GitHub
- URL: https://github.com/unclechu/front-end-gulp
- Owner: unclechu
- License: gpl-3.0
- Created: 2014-08-25T20:48:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T22:04:51.000Z (about 9 years ago)
- Last Synced: 2024-11-19T07:53:14.690Z (3 months ago)
- Topics: gulp, livescript
- Language: LiveScript
- Size: 122 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
front-end-gulp
==============Declarative front-end deploy tasks using [Gulp.js](https://github.com/gulpjs/gulp).
Independent Gulp wrapper that provides own
Gulp CLI tool named as `font-end-gulp`.You can declare your front-end deploy tasks
in `front-end-tasks.json` file (see also [Usage](#usage)).You also can use this tool with standard Gulp
with regular `gulpfile.js` tasks without any worries,
it works independently.Usage
=====TODO
Supported tasks types
---------------------1. Sprites:
1. [Spritesmith](https://github.com/Ensighten/spritesmith).
2. Styles:
1. [Stylus](https://learnboost.github.io/stylus/);
2. [Less](http://lesscss.org/).
3. Scripts:
1. [Browserify](http://browserify.org/) (transforms supported,
you can use [LiveScript](http://livescript.net),
[CoffeeScript](http://coffeescript.org/), etc.)
4. HTML:
1. [Jade](http://jade-lang.com/).License
=======[MIT](./LICENSE-MIT)