gulpfile.babel.js -> config -> path.js
npm i
npm start
npm run build
Nice question! Inside your src directory.
Inside your static directory. It will appear after starting development or after running production build.
1.3. If there are different CSS-properties that could be replaced with their short version - they will be replaced automatically.
1.5. No frameworks - please see components/grid.scss and components/vars.scss to edit .container properties.
@media all and (min-width: $xl) {}
Processed files will appear in static/css/pages.
Processed files will appear in static/js/<source_js_file_name>/<source_js_file_name>.min.js.
3.1. Minification of PNG, JPG, JPEG, GIF, SVG. Please place them inside your src/img/ directory and then include them into your code from your static/img/ directory.
4.2. Use components/fonts.scss to include local fonts with @font-face rules from your static/fonts/ directory.
Pop-up system notifications are added - now you will not waste your time searching for errors.
6.1. Every time you will run development or production build, the following subdirectories of your static/ directory will be cleared:
js | css | img | fonts
6.2. Any other subdirectories will not be affected, so feel free to add everything you need to your static/ directory. ;-)
main.min.css - 1.34 KB
main.min.js - 536 B