-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add task runner to automate build/deployment #36
Comments
Could you elaborate? Aside from that, I'd say we could need the Gruntfile for minification: The dashicon stuff should go into a stylesheet and that one should be, depending on constants/flags be available in compressed/uncompressed versions. |
Yup, so I have been just committing the whole directory into the SVN As far as I can tell, there is no need for it to be committed to As part of automating deployment to .org it's possible to exclude the |
👍 |
If so, that would lead to more differences between GitHub and .org. I don't version control minified files, so they wouldn't appear on GitHub, but they would be included in the .org version. |
Well, we could make use of a
or similar. This is what I'm currently using when a project still is small enough and I have no need to pull in a full |
I'm proposing we add a task runner to automate deployment to
.org
repo.In essence it would make this repo a development repo rather than a production one. However, because there are no javsacript files or CSS to compress, or any other files to be 'built' when going from development --> production, in practise it just means adding two files:
package.json
andGruntfile.js
(which one wouldn't normally expect, or need, when using it in production).The other difference is that the
assets
directory would no longer appear in the.org
version, but instead me committed to theassets
directory on the.org
repo.The text was updated successfully, but these errors were encountered: