Skip to content

Version 2.8.0

Compare
Choose a tag to compare
@Roky97 Roky97 released this 06 Jul 10:52
5a0babd

Added

  • Added min size to the output panel

  • Added Gulp and some of its plugins:

    • gulp-autoprefixer
    • gulp-clean
    • gulp-csso
    • gulp-imagemin
    • gulp-nodemon
    • gulp-shorthand
    • gulp-uglify-es
  • Added automatic server restart, thanks to gulp-nodemon, when the server file and the config file will be modified

  • Added Browsersync in the development mode in port 7000 that has the proxy URL of LoIDE in HTTP. Browsersync adds live reload to the browser when all the files inside in the resources folder will modify

Changed

  • UI improvements
  • Now LoIDE has two environments:
    • development: the server will serve the resource path
    • production: Gulp will build the project to the dist folder and the Node server will serve it