Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrhidalgo/massivemusclegain
Get jacked. Get ripped. Never look back
https://github.com/mrhidalgo/massivemusclegain
Last synced: 20 days ago
JSON representation
Get jacked. Get ripped. Never look back
- Host: GitHub
- URL: https://github.com/mrhidalgo/massivemusclegain
- Owner: MrHidalgo
- Created: 2018-04-05T19:16:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:01:01.000Z (over 2 years ago)
- Last Synced: 2023-02-28T08:12:16.801Z (almost 2 years ago)
- Language: HTML
- Homepage:
- Size: 28.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gulp Starter Pack
This package intended to solve common front-end development tasks. Works best for psd/sketch to html projects and save you a lot of time setting up local environment## How to start
* `yarn` - install npm dependencies
* `bower install` - install bower packages
* `gulp` - run dev-server
* `gulp build` - build project from sources## List of Gulp tasks
To run separate task type in command line `gulp [task_name]`.
Almost all tasks also have watch mode - `gulp [task_name]:watch`, but you don't need to use it directly.### Main tasks
Task name | Description
:------------------|:----------------------------------
`default` | will start all tasks required by project in dev mode: initial build, watch files, run server with livereload
`build:development`| build dev version of project (without code optimizations)
`build` | build production-ready project (with code optimizations)