Topic: HTML Source Code Check and Cleanup
techflunder-io
pro
asked 6 years ago
Hi,
thank you for providing such a great framework. I was wondering, which tool setup you run, to beautify and clean the distribution packages of MDB. Are you using Sublime with plugins or some linter in your build process? I tried to find sth in the support forums, but did not succeed. Some hints would be highly appreciated.
Kind regards,
Andreas
Add comment
Bartłomiej Malanowski
staff
answered 6 years ago
Hi, Andreas!
this is definitely one of these questions that I like so I'd like to answer ;)
We don't have one "proper" editor, but most of us use Sublime Text 3 (except our designer who uses Brackets)
Plugins that we all use: Emmet, Minify, Beautify, Sass (for syntax highlight). I also use JavaScript Next and TypeScript
To compile our SASS code we used to use prepros app which was fine, but recently I decided to switch to gulp which is way better.
We use gulp with the following extensions:
-
gulp-add-src
- gulp-autoprefixer
- gulp-clean-css
- gulp-concat
- gulp-csso
- gulp-sass
For linting our JS files we use http://eslint.org/
We also use live-server for automatically reload
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags