All Projects → StarpTech → gulp-prestashop

StarpTech / gulp-prestashop

Licence: MIT License
Gulp prestashop build system

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gulp-prestashop

WP-Gulp-Starter
A starter kit for developing WordPress themes and plugins with Gulp workflow.
Stars: ✭ 26 (+85.71%)
Mutual labels:  gulp, themes
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (+64.29%)
Mutual labels:  gulp, themes
eadmin
eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架
Stars: ✭ 258 (+1742.86%)
Mutual labels:  gulp
Ubuntu-Launchpad
The Ubuntu version of Apple's/MacOS Launchpad application
Stars: ✭ 21 (+50%)
Mutual labels:  themes
gulp-tmod
grunt-tmod gulp version
Stars: ✭ 30 (+114.29%)
Mutual labels:  gulp
ps emailalerts
Sends e-mail notifications to customers and merchants regarding stock and order modifications.
Stars: ✭ 33 (+135.71%)
Mutual labels:  prestashop
licaibao-responsive
一个响应式的理财网站,主要是为了学习响应式页面设计而制作。
Stars: ✭ 26 (+85.71%)
Mutual labels:  gulp
ThemeMaster
EmulationStation theme manager for small screen devices running ArkOS, TheRA, RetroOZ or JELOS
Stars: ✭ 24 (+71.43%)
Mutual labels:  themes
gulp-sass
Sass plugin for gulp
Stars: ✭ 35 (+150%)
Mutual labels:  gulp
WordPress-UIkit-Starter-Theme
A WordPress starter theme for developers using the frontend framework UIkit
Stars: ✭ 55 (+292.86%)
Mutual labels:  gulp
seezoon-framework-all
Seezoon快速开发平台基于spring mybatis shiro jquery 完全的前后端分离的后台管理系统,采用最简单技术,实现快速开发.
Stars: ✭ 47 (+235.71%)
Mutual labels:  gulp
boilerplate-frontend
Frontend Boilerplate for projects
Stars: ✭ 20 (+42.86%)
Mutual labels:  gulp
react-ssr-spa
Server side rendered single page app using reactjs official libraries.
Stars: ✭ 30 (+114.29%)
Mutual labels:  gulp
theme-looper
A convenience package to switch themes in Emacs
Stars: ✭ 19 (+35.71%)
Mutual labels:  themes
envoyer-npm-deployment
Compile assets that depend on node packages using Laravel Envoyer deployment hooks
Stars: ✭ 43 (+207.14%)
Mutual labels:  gulp
serilog-sinks-richtextbox
A Serilog sink that writes log events to a WPF RichTextBox control with colors and theme support
Stars: ✭ 48 (+242.86%)
Mutual labels:  themes
Awesome-Black-Friday-Cyber-Monday-deals
2021 - Black Friday & Cyber Monday, Christmas & Holidays Deals for Developers, Techies, & Entrepreneurs,
Stars: ✭ 151 (+978.57%)
Mutual labels:  themes
sp-build-tasks
👷 SharePoint front-end projects automation and tasks tool-belt
Stars: ✭ 15 (+7.14%)
Mutual labels:  gulp
hexo-theme-freemind.bithack
Another hexo theme based on freemind.386
Stars: ✭ 45 (+221.43%)
Mutual labels:  themes
n-asset-macro
Asset macro for Latte and Nette Framework for assets cache busting.
Stars: ✭ 14 (+0%)
Mutual labels:  gulp

gulp prestashop power

Description

Gulp-prestashop makes the development of high quality themes much easier. Prestashop delivers all css files with it's SASS equivalent. You can develop your theme in a productive way (since Prestashop 1.6). The problem, however, nobody has used it before and the workflow isn't documented. I want to provide an easy way to build your SASS files instantly. You can watch for changes and gulp will automatically recompiles your files. Also linting of javascript files is supported. The project is at a very early stage but I hope you can see the benefits.

gulp sass build process

Getting Started

Install dependencies:

Install Gulp globally to run the tasks instantly in the console npm install -g gulp

Usage

1. Specifiy your project paths in the gulpfile.js

  • var psProjectDir; // Your root prestashop dir (e.g prestashop)
  • var themeName; // Your active theme (e.g default-bootstrap)

Tasks

Run the default task and watch all files

$ gulp

Run just linting

$ gulp lint

Run just sass

$ gulp sass

Copyright

Copyright 2014 Dustin Deus. See MIT-LICENCE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].