Hi sir,
I purchased metronic_v8.1.6 , I need minify file. I minified file on my side but come below error
1.Expected selector, found '=' Ume. Design
2.Expected comma or open brace, found '=' Ume. Design
3. Expected identifier, found '['
html\demo1\dist.\assets\ Here I not found .rtl file, I need .rtl file Please provide
regards,
Pallavi
Hi,
The RTL version assets can be generated using this guide.
https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl
Thanks
Hi,
Please follow these steps to set up the build tools and minify the assets using Metronic's own builder.
Regards.
yes sir, I will try. But Metonic Downloads folder I don't found .rtl file
I need only html
The RTL files are generated from the base source code, It's not available as a precompiled file.
hi sir,
I followed these steps but,how to check it's working
"dist": {
"styles": "{../../../themes/{theme}/html/dist/assets}/css/style.bundle.min.css",
"scripts": "{$config.dist}/js/scripts.bundle.js"
}
i used above code
Cannot GET /demo1/dist/assets/css/style.bundle.min.css
Hi,
If you installed the build tools and run the gulp task it should generate the assets css/js files in the dist director. What shows the console after running the gulp tasks ? Can you please send us a screenshot of your console using https://imgur.com/
Regards.
I downloaded demo1 and want to create the minified files for css and js. Also installed npm, yarn and gulp-cli described in the documentation.
metronic_v8.1.6\html\{demo1}\dist\assets show only plugins folder not show all css,js
{demo1}
dist
assets
plugins
no created
css
js
media
folder please check
Can you please send us a screenshot of your terminal where you ran the gulp command? You can use https://imgur.com/ to send us the image here.