Skip to content

flirtman/php-gulp-jquery-scss-multi-language-boilerplate

Repository files navigation

php-gulp-jquery-scss-multi-language-boilerplate

Gulp boilerplate for PHP project

NVM : 17.8.0

Getting Started

Features

  • JS
    • Minify and Concatenate
    • Enable ES2015 features using Babel
  • CSS
    • Compile SCSS
    • Minify and Autoprefix
  • Image
    • Optimize Image files
  • Web server for local development
    • PHP built-in web server with BrowserSync
    • Watch for file changes, and automatically recompile build and reload webpages.
  • Copy static files and folders into the dist directory(out of /src folder).

Prerequisites

  • PHP
    • Add PHP to Your Windows Path Variable
  • Node.js
  • Gulp Command Line Utility
    npm install --global gulp-cli

Installation

  1. Clone the repo
    git clone https://github.com/flirtman/php-gulp-jquery-scss-multi-language-boilerplate.git
  2. Install NPM packages
    npm install

Usage

  • Development
    npm run dev
  • Deployment
    npm run publish

About

php gulp jquery scss multi-language boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published