gassetic icon indicating copy to clipboard operation
gassetic copied to clipboard

Can i use external config?

Open muhibbudins opened this issue 8 years ago • 0 comments

Hello there,

I few some trouble when i'm make config with many file, can i import config list of file to use in gassetic.yml?

Like symfony have ..

# app/config/config.yml
imports:
    - { resource: '%kernel.root_dir%/parameters.yml' }

Maybe like this

...
                # This is a cache busting gulp plugin that appends
                #  an md5 of the contents to the filename
                - { name: freeze }
            htmlTag: '<link rel="stylesheet" type="text/css" href="{{ asset("%path%") }}">' # custom html tag

        # This is the list of source files to apply the above settings
        files:
            backend.css: # This is the output filename
                imports:
                    - SomeFile.yml # Another config file
...

muhibbudins avatar Feb 06 '17 08:02 muhibbudins