ocombe / assetsmanager-brunch

Adds multiple assets folders support to brunch.
4 stars 4 forks source link

now works with multiple folders in multiple destinations #2

Closed iamvdo closed 10 years ago

iamvdo commented 10 years ago

What do you think? Is it interesting? It is still working?

ocombe commented 10 years ago

Avec le fix ça marche, il faudrait juste changer la partie README pour écrire en js et non en coffeescript (pour rester cohérent avec le reste de la doc) : plugins:

assetsmanager:
    copyTo:
        'myFolder' : ['app/myFolder/include', 'app/css/img'],
         'myAssets': ['app/assets/*']

à changer en :

assetsmanager: {
    copyTo: {
        'myFolder' : ['app/myFolder/include', 'app/css/img'],
         'myAssets': ['app/assets/*']
    }
}
iamvdo commented 10 years ago

Seems good? :)

ocombe commented 10 years ago

Perfect, thanks for the hard work !

raphaelgoetter commented 10 years ago

Ouais, je dis pareil :)

ocombe commented 10 years ago

C'est quand même fun, j'avais suivi une conf de @iamvdo au blendwebmix et voilà qu'il PR un de mes répos, le monde du web est petit ! :-)

iamvdo commented 10 years ago

ha ha, tellement vrai ;) A une prochaine conf alors?

ocombe commented 10 years ago

Au BlendWebMix 2 probablement, si j'ai le courage je proposerai même une conf Angular ;-)

iamvdo commented 10 years ago

Je ne sais pas encore pour moi, on verra! :)

raphaelgoetter commented 10 years ago

Et github ré-invente le chat !

:p