Giter Site home page Giter Site logo

Comments (1)

sroutier avatar sroutier commented on August 12, 2024

Hello Sam,

Sorry for taking so long to answer your question. Are you trying to access the project's own non-minified CSS files such as the all.css compiled from app.css, which itself comes from app.scss or are your trying to access the CSS file from the dependencies such as Bootstrap or AdminLTE?

I kept CSS from the dependencies separate and intact in order to make maintenance and upgrading easier, but this has the effect of forcing the minified versions on all of us and for all environments. In reality you should not have to modify those, and in fact you should really think twice before tweaking them, so forcing the minified versions did not appear to be a big problem. What I have done at times in order to be able to read them is temporarily and manually change the reference in the master layout from the minified version to the un-minified version, just have to remember to revert the change before committing any changes otherwise you risk having the non-minified version used in PROD.

As for the project's own CSS files they get compiled when you call gulp and in DEV if you call it without the --production parameter they do not get minified.

Does that answer your question?

Cheers.
/S

from laravel-enterprise-starter-kit.

Related Issues (20)

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.