2017 © Pedro Peláez
 

library assetic-gulp

image

biozshock/assetic-gulp

  • Wednesday, January 10, 2018
  • by biozshock
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,987 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 32 % Grown

The README.md

AsseticGulpBundle

This bundle provides a command assetic:gulp that generates a JSON file suitable for use with gulp, (*1)

Example config, (*2)

[
    {
        "sources": [
            "\/home\/user\/project\/app\/..\/vendor\/twitter\/bootstrap\/dist\/js\/bootstrap.js"
        ],
        "destination": {
            "path": "\/home\/user\/project/app\/..\/web\/assetic",
            "file": "bootstrap_js.js"
        },
        "types": [
            "js"
        ]
    },
    {
        "sources": [
            "\/home\/user\/project\/app\/..\/vendor\/twitter\/bootstrap\/dist\/css\/bootstrap.css",
            "\/home\/user\/project\/app\/..\/vendor\/twitter\/bootstrap\/dist\/css\/bootstrap-theme.css"
        ],
        "destination": {
            "path": "\/home\/user\/project\/app\/..\/web\/assetic",
            "file": "bootstrap_css.css"
        },
        "types": [
            "css"
        ]
    }
]

Such file can be processed with example gulpfile.js:, (*3)

The Versions

10/01 2018

1.0.7

1.0.7.0

  Sources   Download

The Requires

 

18/02 2016

dev-master

9999999-dev

  Sources   Download

The Requires

 

18/02 2016

1.0.6

1.0.6.0

  Sources   Download

The Requires

 

12/02 2016

1.0.5

1.0.5.0

  Sources   Download

The Requires

 

25/01 2016

1.0.4

1.0.4.0

  Sources   Download

The Requires

 

25/01 2016

1.0.3

1.0.3.0

  Sources   Download

The Requires

 

25/01 2016

1.0.2

1.0.2.0

  Sources   Download

The Requires

 

25/01 2016

1.0.1

1.0.1.0

  Sources   Download

The Requires

 

25/01 2016

1.0.0

1.0.0.0

  Sources   Download

The Requires