Closed lunelson closed 9 years ago
Feature number 4 above has been released.
I would also gladly pay for the first 3 features :moneybag: hell... I would pay even for the first one :grey_exclamation:
Asset hosting.
@KatieK2 What do you mean by "asset hosting"? What assets?
Similar to whats' meant by "asset hosting" at Codepen.io probably -- drag and drop to upload, unique URL is generated for reference in html... a bit complex since there's no discrete "Pen" in this case just what's defined by the gist. Can you upload assets to a gist? Never tried that
Technically, a gist is just a git repo with a simple web interface; you can add any kind of file if you clone the gist locally. And the API allows for adding binary files, so there's no reason we couldn't add other resources to a gist. Wiring up the references is might be tricky.
Guess I'm just not clear on the use case. Other than image sprites, I don't know what kind of files would need hosting.
Spriting with Lemonade requires file system access, which doesn't really exist in our environment; I don't think sprites will ever be supported by SassMeister.
It would be nice to have SM host front-end assets like fonts, images and SVG files, rather than having to hot-link off-site. This would help us make richer demos.
Also, it would be nice to be able to download a .zip file of code from a Sassmeister gist which included file.css, file.sass/scss, file.html, file.haml, and a license. This would make it easier for visitors to grab demos to play with, and to prep some code for a off-line scenarios like conferences or airplanes.
I would LOVE to have all these features, but the work to build even just the foundation of a "pro" version of SassMeister is simply too great.
After several months working on a service to handle user accounts (essential for being able to charge for additional features) I've come to the conclusion that SassMeister Pro just isn't feasible on my own. At least not in the foreseeable future.
Totally understood, thanks for all your work @jedfoster
I tweeted to
@sassmeister
today that I'd pay for pro features if they built them. This is a follow-up to outline what I had in mind. Basically: features which might require a development investment—and possibly ongoing overhead—such that they would require a subscription.@import "gist/654321";
@import
statements on my files. Something like a boilerplate I guess.