-
Notifications
You must be signed in to change notification settings - Fork 354
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
Build System #31
Comments
I would suggest gulp.js over grunt.js simply because gulp is much more readable, google closure compiler will require java afaik or use it as a service, I have used both google closure and uglify in multiple projects. Google closure does compress more but it requires extra stuff and annotations to not mess-up the code uglify is easier to set-up and doesn't destroys the code (unsafe is off by default). |
Yes, I agree. I'm also playing with webpack. I need to spend some more time
|
Webpack is damn cool because of its ability to load and package arbitary formats but then browserify has transforms. // just for the sake of suggestion The ES2015 syntax also makes both the sides (requireJS and commonJS) happy. PS The advantages of ES6 classes will make the code much readable as a bonus :D |
I just made a pull request #105 adding a simple gulp build script.
includes the ability to only include certain effects e.g.,
There is a also tasks for "test" but currently fails. |
Another important and useful point to autogenerate documentation from source. It will remove the need to maintain the API wiki. Once set up, and the code is annotated properly, one less thing to worry about. |
@brianchirls how goes with all this improvement ? did you have any time ? Thanks |
The text was updated successfully, but these errors were encountered: