-
Notifications
You must be signed in to change notification settings - Fork 1
/
progress_reports.txt
32 lines (24 loc) · 1.05 KB
/
progress_reports.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// 1.09
Local development version created using Express, Morgan, HTTP server and Node SASS. gulpfile and package.json are up to date. Bower components replaced by node modules.
[new folders & files]: www, routes, controllers, app.js
Bugs:
[fixed][autoprefixer: postcss] CssSyntaxError Unclosed string for valid strings
[fixed][scss: precss] imports issues
toDo:
* add sass hot reload
* fix sass bugs for "footer footer--05" and "cover cover--16"
* fix responsive navbars
// 5.09
Bugs:
[fixed][slick-carousel]: slick carousel is not working
[fixed][webfontsloader]: fonts are not properly loaded
[fixed][jQuery]: jQuery doesn't works on client
[fixed][jQuery]: fix responsive navbars
[fixed][scss float issue]: fix sass bugs for "footer footer--05" and "cover cover--16"
toDo:
* create webpage prototype
// 14.09
Configured webpack for Babel. Now ES7 and ES6 are supported by old browsers. Note: npm run build creates minified js file
[feature]: add SASS and Pug loaders for webpack
// 22.09
Creating header and 2nd block for landing page.