All Projects → georgikolev7 → opencart-js-css-minifier

georgikolev7 / opencart-js-css-minifier

Licence: other
JS & CSS Minifier for OpenCart 2.1

Programming Languages

PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to opencart-js-css-minifier

opencore
OpenCore - Laravel for OpenCart
Stars: ✭ 42 (+223.08%)
Mutual labels:  opencart, opencart-2x
abandoned-carts-opencart
Reach out to prospects with bailed shopping carts; gain valuable insight to usability and recover lost sales.
Stars: ✭ 15 (+15.38%)
Mutual labels:  opencart, opencart-2x
Minify
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
Stars: ✭ 1,710 (+13053.85%)
Mutual labels:  css-minifier, js-minifier
Opencart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
Stars: ✭ 6,278 (+48192.31%)
Mutual labels:  opencart
cart-opencart
Mercado Pago's Official OpenCart 1 Plugin
Stars: ✭ 49 (+276.92%)
Mutual labels:  opencart
opencartbrasil
O projeto OpenCart Brasil é uma plataforma gratuita de loja online para lojistas brasileiros.
Stars: ✭ 55 (+323.08%)
Mutual labels:  opencart
instalador-sem-ftp
Habilita a instalação de extensões sem a necessidade do uso de FTP no OpenCart.
Stars: ✭ 21 (+61.54%)
Mutual labels:  opencart
todas-urls-amigaveis
Transforma todas as urls padrões do OpenCart em URLs amigáveis.
Stars: ✭ 17 (+30.77%)
Mutual labels:  opencart
ocmod-editor
Editor online para arquivos XML no formato OCMOD integrado com o OpenCart.
Stars: ✭ 26 (+100%)
Mutual labels:  opencart
generator-opencart-module
Opencart module generator for Yeoman
Stars: ✭ 29 (+123.08%)
Mutual labels:  opencart
bitnami-docker-opencart
Bitnami Docker Image for OpenCart
Stars: ✭ 83 (+538.46%)
Mutual labels:  opencart
opencart-project-template
OpenCart Project Template
Stars: ✭ 16 (+23.08%)
Mutual labels:  opencart
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (+107.69%)
Mutual labels:  opencart
opencart-3-sanalpos
OpenCart 3.x Sanal Pos Entegrasyonu Ücretsiz
Stars: ✭ 18 (+38.46%)
Mutual labels:  opencart
Csso
CSS minifier with structural optimizations
Stars: ✭ 3,465 (+26553.85%)
Mutual labels:  css-minifier
hasmin
Hasmin - A Haskell CSS Minifier
Stars: ✭ 55 (+323.08%)
Mutual labels:  css-minifier
uglifyjs2
Meteor package that exposes options for UglifyJS2 JS minifier
Stars: ✭ 15 (+15.38%)
Mutual labels:  js-minifier

JS & CSS Minifier for OpenCart

This module is a integration of minifier.org to OpenCart. You need to have vQmod installed.


How to install

The module don't replace any file, but you need to do changes in both index.php files inside root and admin directories.

  1. Open index.php in your root directory and find

    // Document $registry->set('document', new Document());

replace it with

// Compress
$registry->set('compress', new Compress($registry));
  // Document
$registry->set('document', new Document($registry));
  1. Do the same in your index.php file, inside /admin/ directory
  2. Upload all other files.

Need to know

  1. The module combine and compress only JS and CSS files, added through addScript and addStyle functions.
  2. Combined and compressed files are stored inside /system/storage/cache/ directory
  3. Minifier.org find all images and fonts inside every CSS file and rewrite the paths to them.
  4. All images inside CSS files are converted to base64 format.
  5. This module don't have configuration options through administration panel.
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].