This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
filesafe
Watch
1
Star
0
Fork
0
You've already forked filesafe
mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced
2024-12-12 23:46:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0e5a64d81d
filesafe
/
.eslintignore
4 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Updates * Bumped node requirement to >= 8.0.0 (due to async/await). * Moved ESLint config to .eslintrc.json. * Moved ESLint ignore to .eslintignore. * Bumped ESLint's ecmaVersion to 8, although it was probably already automatically set to that before. * Bugfix line 110 of albumsController.js.
2018-04-30 17:32:50 +00:00
**/*.min.js
Updates (very important to read) Client-side CSS & JS files will now be processed with Gulp. Gulp tasks are configured in gulpfile.js file. CSS files will be optimized with postcss-preset-env, which will auto-add vendor prefixes and convert any parts necessary for browsers compatibility. Afterwards they will be minified with cssnano. JS files will be optimized with bublé, likewise for browsers compatibility. Afterwards they will be minified with terser. Unprocessed CSS & JS files will now be located at src directory, while the processed results will be located at dist directory. Due to bublé, the JS files should now be compatible up to IE 11 at the minimum. Previously the safe would not work in IE 11 due to extensive usage of template literals. Due to that as well, JS files in src directory will now extensively use arrow functions for my personal comfort (as they will be converted too). The server will use the processed files at dist directory by default. If you want to rebuild the files by your own, you can run "yarn build". Gulp is a development dependency, so make sure you have installed all development dependencies (e.i. NOT using "yarn install --production"). --- yarn lint -> gulp lint yarn build -> gulp default yarn watch -> gulp watch yarn develop -> env NODE_ENV=development yarn watch --- Fixed not being able to demote staff into normal users. /api/token/verify will no longer respond with 401 HTTP error code, unless an error occurred (which will be 500 HTTP error code). Fixed /nojs route not displaying file's original name when a duplicate is found on the server. Removed is-breeze CSS class name, in favor of Bulma's is-info. Removed custom styling from auth page, in favor of global styling. Removed all usage of style HTML attribute in favor of CSS classes. Renamed js/s/ to js/misc/. Use loading spinners on dashboard's sidebar menus. Disable all other sidebar menus when something is loading. Changed title HTML attribute of disabled control buttons in uploads & users list. Hid checkboxes and WIP controls from users list. Better error messages handling. Especially homepage will now support CF's HTTP error codes. Updated various icons. Also, added fontello config file at public/libs/fontello/config.json. This should let you edit them more easily with fontello. Use Gatsby icon for my blog's link in homepage's footer. A bunch of other improvements here & there.
2019-09-15 06:20:11 +00:00
dist/js/*
public/libs/*
Reference in New Issue
Copy Permalink