guys, what do you use to combine static assets from multiple packages in your app?
djdduty has quit
djdduty joined the channel
djdduty has quit
djdduty joined the channel
raydeo
config.override_asset can pull things together into a virtual folder if that's what you're asking
zepolen joined the channel
sontek joined the channel
Ergo
raydeo: does that help when you want to serve statics with nginx at one point? I think i should be looking at pyramid_webassets direction, but im not 100% sure yet what I'm looking for
raydeo
no, it's just for python
if you want an asset pipeline then maybe pyramid_webassets, maybe gulp, lots of options
raydeo x57 benbangert chrisrossi reading scrollback, i originally branched off master, started making commits, then that massive merge happened on master. i then rebased master on to the docs/...pip branch, merged the two conflicting pages, which wasn't too bad, then pushed it up. i then pooped myself seeing the commit history.
benbangert
lol
raydeo
yeah well the original branch didn't have all those commits
stevepiercy
i changed my shorts in the meanwhile
benbangert
hopefully you were wearing depends
raydeo
now it does... no big deal
you could delete the original branch if you wanted
but that's what happens when master changes a lot in the meantime unfortunately
stevepiercy
yeah, i think i'll do that because it is noisy as it is
raydeo
it's less bad than you think
just make a new branch off of master containing the new commits you want to have
then force push that over the current branch instead of doing a PR
stevepiercy
ah, ok
raydeo
you can futz with that docs branch all you want since no one else is contributing to it yet
tinker has quit
stevepiercy
yeah, the idea was to set up the branch on both Pylons and my repos so that others could contribute to it easily
agitator|hpeter joined the channel
castaway joined the channel
Wu joined the channel
mejymejy joined the channel
mejymejy has quit
mastokley joined the channel
redir joined the channel
fabiobatalha joined the channel
kamalgill joined the channel
Spanktar joined the channel
bind
stevepiercy: will try to get something onto github then soonish ... I guess it should be based on the master eh? :D