biozshock / assetic-gulp
Installs: 4 504
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- symfony/assetic-bundle: ~2.6
This package is not auto-updated.
Last update: 2025-01-17 16:48:42 UTC
README
This bundle provides a command assetic:gulp
that generates a JSON file suitable for use with gulp
Example config
[ { "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: