Giter VIP home page Giter VIP logo

concentrate's Introduction

Concentrate

This package provides a command-line tool to bundle and minify static resources for a website using silverorange's Site package. Files are combined according to configuration files passed on the command-line.

Usage:
  /usr/bin/concentrate [options] <webroot>

Options:
  -d directory, --directory=directory  Optional additional directory to
                                       search for dependency data files.
  -C, --combine                        Write combined files.
  -m, --minify                         Write minified files.
  -l, --compile                        Write compiled LESS files. See
                                       http://www.lesscss.org/.
  -v, --verbose                        Sets verbosity level. Use multiples
                                       for more detail (e.g. "-vv").
  -h, --help                           show this help message and exit
  --version                            show the program version and exit

Arguments:
  webroot  The directory to which files will be written.

Installation

composer require silverorange/concentrate

concentrate's People

Contributors

charleswaddell avatar gauthierm avatar gervaisdem avatar isagrant avatar keithburgoyne avatar nburka avatar pparke avatar qcode avatar sgarrity avatar

Watchers

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

concentrate's Issues

Handle multiple layouts better

On a site we have two combines that include the same base required set of styles.

Combines:

  • styles/site.less:
    • Includes:
      • styles/960_12_col.less
      • styles/swat-local.less
      • other stuff
  • styles/no-instance-site.less:
    • Includes:
      • styles/960_12_col.less
      • styles/swat-local.less
      • other stuff

Desired Behaviour

The non-instanced site includes no-instance-site.less The instanced site includes site.less

Observed Behaviour

Both include site.less as it's the first reference to 960 and swat-local.

This is something we can work around, but does mean we include a lot of CSS rules that are never used on the non-instanced site, or have to restructure the combines so that the base stuff we use in every layout lives in its own combine - neither of which is ideal.

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.