Topic: Recompile MBD 5 from source and use content od custom/_variables.scss file
Hi, could you please help me recompile MDB 5 from source. Thanks in advance Mira
Expected behavior Provide list actions - commands to recompile MDB 5 from source. Already have NodeJS, npm, webpack starter
When issued: npm run getMDBsrc --> mdb foder in webpack starter contains source files update "mdb\scss\custom_variables.scss" file npm run buildMDB (in webpack starter folder) dist folder contains MDB distribution files which will contain styles based on content "mdb\scss\custom_variables.scss" file
Actual behavior npm run getMDBsrc --> mdb foder in webpack starter contains source files
\MDB\Working\mdb-webpack-starter>npm run buildMDB
mdb-webpack-starter@3.0.0 buildMDB \MDB\Working\mdb-webpack-starter cross-env NODE_ENV=production webpack --config webpack/mdb/webpack.config.mdb.prod.js --colors
webpack-fix-style-only-entries: removing js from style only module: css/mdb.min.js
Just takes files from MDB\Working\mdb-webpack-starter\node_modules\mdb-ui-kit\css
Help me please Mira
Grzegorz Bujański staff answered 4 years ago
It looks like you didn't change the SCSS import from node_modules
to the file that was copied with the npm run getMDBsrc
command.
Do as described in the mdb-webpack-starter
manual:
copy the content from
mdb/scss/mdb.free.scss
ormdb/scss/mdb.pro.scss
tosrc/scss/index.scss
.
Slavik pro premium priority commented 4 years ago
Hi Grzegorz, many thanks it works like a charm. Mira
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: 3.2.0
- Device: PC
- Browser: Chrome
- OS: W10
- Provided sample code: No
- Provided link: No