-
Notifications
You must be signed in to change notification settings - Fork 3
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] Preparations for Milestone 2 #205
Conversation
this way, dist always runs everything, and the tasks it depends on will be listed in the help file
- replace `gulp-filesize` with `gulp-size` to show only total - remove accidently installed `flatten` (meant to install `gulp-flatten`) - install `gulp-assets` to calculate only the files that are in our html
+ tell user where browser sync serve things
we can still use angular's console if we really want to log something
for all caching tasks + also cache sass for linting
https://github.com/SC5/sc5-styleguide#build-options can actually load our app's directives inside the styleguide. need to check it out |
@ortichon - This thing is ready for a CR. Talk to me if you want some further explanations since this is a pretty big one |
@ortichon Thx or! |
@thatkookooguy no no, thank YOU |
now, once |
Change Summary
More info
here are some of the changes here:
jscs
was announced to merge witheslint
. we need to start and move as well. I activated most of the same rules. we'll add the missing ones onceeslint
will implement themlivereload
tobrowser-sync
gulp
!eslint
plugin and 2 rules. We can add more to that plugin laterdocs
to our build system.Before you submit a PR, make sure you did the following things: