Download the PHP package codelinered/gulp-skeleton without Composer
On this page you can find all versions of the php package codelinered/gulp-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codelinered/gulp-skeleton
More information about codelinered/gulp-skeleton
Files in codelinered/gulp-skeleton
Download codelinered/gulp-skeleton
More information about codelinered/gulp-skeleton
Files in codelinered/gulp-skeleton
Vendor codelinered
Package gulp-skeleton
Short Description Skeleton to create templates with Gulp
License MIT
Homepage https://gulp.codelinered.net
Package gulp-skeleton
Short Description Skeleton to create templates with Gulp
License MIT
Homepage https://gulp.codelinered.net
Please rate this library. Is it a good library?
Informations about the package gulp-skeleton
Gulp Skeleton - CodelineRed
Table of contents
- Included Third Party Code
- Install Guides
- Install Production Build (Recommended)
- Install Main/ Develop Build
- Install with Docker (optional)
- Project Commands
gulpfile-config.js
- Localization
- Links
Included
- jQuery 3
- Bootstrap 5
- Font Awesome 6
- Slick Carousel 1
- LazyLoad 19
- CSS User Agent 2
- Cookieconsent 3
- Fancyapps 5
Install Production Build (Recommended)
Required
- PHP >= 5.5
Open console on your OS and navigate to the place where you want to install the project.
With Composer
With GIT
With ZIP
Unix
Windows 10+
If you need PHP, you have to go to Install with Docker.
Install Main/ Develop Build
Required
Open console on your OS and navigate to the place where you want to install the project.
With Composer
With GIT
With ZIP
Unix
Windows 10+
Open localhost:3000 for Website.
Install with Docker (optional)
Required
Open console on your OS and navigate to the place where you want to install the project.
Unix
- Start Docker
systemctl docker start
- Copy and run commands below
Windows 10+
- Start Docker Desktop
"C:\Program Files\Docker\Docker Desktop.exe"
- Copy and run commands below
Open localhost:7701 for Website.
Project Commands
Description | |
---|---|
gulp | watch files and start BrowserSync (only available with Docker) |
gulp build | executes following tasks: cleanUp, favicon, font, img, js, jsLint, scss, scssLint, svg |
gulp lint | executes following tasks: jsLint, scssLint |
gulp cleanUp | clean up public folder |
gulp favicon | generate favicons |
gulp font | copy font files |
gulp img | copy and compress images |
gulp js | uglify, minify and concat js files |
gulp jsLint | checks js follows lint rules |
gulp scss | compile, minify and concat scss files |
gulp scssLint | checks scss follows lint rules |
gulp thankYou | a small thank for you |
gulp svg | copy and compress svg files |
gulp watch | watch favicon, font, img, js, scss and svg files |
gulpfile-config.js
Description | |
---|---|
browserSyncConfig | Required - Defines which config is used for BrowserSync (default: browserSyncDocker) |
sourcePath | Required - Path to raw files (default: src/) |
publicPath | Required - Path to transpiled files (default: public/) |
systemPath | Optional - Alternative Path to transpiled files on CMS, ECS, PHP Framework, ... (default: path/to/system/) |
env | Required - Environment dev, test or prod (default: prod) |
Localization
Links
All versions of gulp-skeleton with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package codelinered/gulp-skeleton contains the following files
Loading the files please wait ....