-
Notifications
You must be signed in to change notification settings - Fork 2
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 a build script #8
Comments
Grunt looks pretty promising to me. There are so many plugins available. I think we should use that. |
OK, 3 weeks without any objection or suggestions for alternatives. So I guess, Grunt it is. |
Whoops, I accidently closed this issue. Of course, integrating Grunt is still a TODO :D |
I would start with the js part. Ok if I take uglify.js to minify or do you have any other preferences? Any ideas for css? |
What about UglifyCss? :) |
I think the easiest would be to add the grunt watch task and every time you change something the merged css and js files are rebuild and in the index.hml you only add the final files but not the dev files. What do you think? |
Ok, finally decided to have a look at it, idea so far:
Any thoughts @BattleRattle. Maybe @robertkowalski do you have anything, you missed during the jsunconf setup? |
Nothing special, it was quite easy to setup |
We were talking already a couple of times about a build script
* merge js, css
* maybe build custom html with data from the config file and replace stuff like title
* maybe even merge everything into one single html file
* have different tasks for the different formats
A start would be actually figure out what sort of build script we want:
* grunt
* custom js file
* other option?
The text was updated successfully, but these errors were encountered: