-
-
Notifications
You must be signed in to change notification settings - Fork 277
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 OAM styles #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed couple of minor naming points
client/gulpfile.js
Outdated
.pipe(gulp.dest('../server/web/static/dist')); | ||
}); | ||
|
||
gulp.task('sass', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend renaming to compile-sass
client/gulpfile.js
Outdated
/** Minify all CSS and output to dist - Docs for CSSNano are here https://github.com/ben-eb/cssnano */ | ||
|
||
return gulp.src(paths.styles) | ||
.pipe(concat('main.min.css')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend renaming to taskingmanager.min.css
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good lets 🚢
# This is the 1st commit message: task annotation model migration api outline service outline add or update annotation. make the api based on type. remove type as enum migration annotation dto and get request per project. api docs get method to get all annotation types. remove annotation type from projectdto make annotation_type optional in docs mention annotation_type in the api docs return 200 with the project id once annotations are added First set of app token Add application key db revision Build out application key backend Typo fixes Revision of app key backend use application token for posting annotations Update migrations return after all the annotations are added. duh # This is the commit message #2: fix migrations on merge with develop # This is the commit message #3: adds default value to json
# This is the 1st commit message: Restrict edit permissions for projects Code formatting Let ADMIN and Authors access private projects # This is the commit message #2: Formatting # This is the commit message #3: Updated project_info formatting # This is the commit message #4: Featured projects endpoint # This is the commit message #5: Message for ValueError # This is the commit message #6: Chat Service related # This is the commit message #7: References update
No description provided.