-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: steal-export standalone bundle configuration option. #538
Comments
got a depgraph ? #446 |
|
We can close this this is not do able without Refactoring will refactor steal tools complet and will let steal work as it works. |
i will make a new project called: steal-tools-plus that will simply inhire the original steal tools and add some extra stuff like export as production html or wordpress and joomla plugin i also created generator-steal wich will configure build.js for steal-tools and steal-tools-plus |
I don't think this would require much of a refactor, but if you'd prefer to fork that's cool too. |
We will add some extra options for the standalone method of steal-tools.export
Current export standalone produces a single.js file with all in it as define.
with the new options we can now tell it
we can produce a result like:
So this scripts can be added to any html via script tags
the copy files options would copy the stache templates and css files also so its like a build we could mabe later add this to build also and generate a extra html snippet for loading that also but i think all that goes much much to far
The text was updated successfully, but these errors were encountered: