GithubHelp home page GithubHelp logo

isabella232 / nginx-http-concat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from interconnectit/nginx-http-concat

0.0 0.0 0.0 81 KB

WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request.

License: GNU General Public License v2.0

Shell 5.15% PHP 94.85%

nginx-http-concat's Introduction

nginx-http-concat

Overview

WP.com plugin to perform CSS and Javascript concatenation of individual scripts into a single script.

Installation & Configuration

  1. Copy the ‘http-concat’ directory and its contents to your WordPress plugins directory.

  2. Configure the NGINX server to perform the concatenation step in the process by adding the following to your WordPress installations NGINX configuration:

location /_static/ {
    fastcgi_pass heroku-fcgi;
    include fastcgi_params;
    fastcgi_param SCRIPT_FILENAME $document_root/content/mu-plugins/nginx-http-concat/ngx-http-concat.php;
}
  1. Once this is done the installation is ready for use and you can enable/disable the JS and/or CSS concatenation via the plugins interface of your WordPress installation.

nginx-http-concat's People

Contributors

david-binda avatar mjangda avatar joshbetz avatar emrikol avatar ethitter avatar jjeaton avatar jjj avatar spacedmonkey avatar nickdaugherty avatar rogertheriault avatar szepeviktor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.