Code Monkey home page Code Monkey logo

wp-enqueue-masher's People

Contributors

cgsmith avatar jjeaton avatar jjj avatar joshbetz avatar spacedmonkey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

phpbits

wp-enqueue-masher's Issues

Update Installation - Make it clearer file location

I could be dumb, but I lost around half a hour trying to make this plugin work just because of a simple misunderstanding.

The problem was here:

  • Drag ./drop-ins/wp-concat.php into the root of your WordPress installation

I thought it meant, drop the folder drop-ins, with its file, in the root of the WordPress installation. It didn't work.

Then, trying to fix it, I thought it was VVV, Nginx, fastcgi_pass, PHP, I got looking for the problem. Until just for the sake of testing, I decided to remove the drop-ins folder and add the wp-concat.php file in the root of the WP.

Then, it works!

So making clearer it is the file and not the folder that should be in the root of the WP installation, will make the life of dumb devs like me easier.

Awesome plugin, btw @JJJ :)

Apache Compatibility, PHP Warning, @import issue

  1. Here's an apache rule that works (mostly) for me:
    <Directory /s/>
    RewriteEngine On
    RewriteRule ^(.*)$ ${DOCUMENT_ROOT}/wp-concat.php [L]
    </Directory>
  2. I'm getting this warning from PHP:
    Warning: Header must contain a colon in public/wp-concat.php on line 310
  3. It seems that an import in my child theme's style.css isn't being respected, as the parent theme styles aren't being loaded.

I'm not sure if the issues are related or not, wanted to bring them up! Happy to help troubleshoot.

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.