creativetimofficial / material-kit

Free and Open Source UI Kit for Bootstrap 5, React, Vue.js, React Native and Sketch based on Google's Material Design
https://www.creative-tim.com/product/material-kit?ref=mk-creativetimofficial-github
MIT License
5.91k stars 1.35k forks source link

Documentation typo #146

Closed gfsd3v closed 4 years ago

gfsd3v commented 5 years ago

Don't actually now if this is the place to do that, but there's a typo in the documentation link, in the "Build Tolls" section (https://demos.creative-tim.com/material-kit/docs/2.0/getting-started/build-tools.html).

The documentation say the following

Run in terminal gulp compile:scss for a single compilation or gulp watch for continous compilation of the changes that you make in *.scss files. This command should be run in the same folder where gulpfile.js and package.json are located.

The gulp code is the following

gulp.task('compile-scss', function() {
  return gulp.src(Paths.SCSS_TOOLKIT_SOURCES)
    .pipe(sourcemaps.init())
    .pipe(sass().on('error', sass.logError))
    .pipe(autoprefixer())
    .pipe(sourcemaps.write(Paths.HERE))
    .pipe(gulp.dest(Paths.CSS));
});

Therefore the correct command would be gulp compile-scss.

groovemen commented 5 years ago

Hello @4rtikk,

Thank you for using our products and for letting us know about this typo mistake. We will solve this issue in the shortest time.

All the best, Stefan

ghost commented 4 years ago

Love the theme but same problem on https://demos.creative-tim.com/material-kit/docs/2.1/getting-started/build-tools.html :)

groovemen commented 4 years ago

Hello @elmima,

Thank you for your interest in working with our products, it's the same page that was mentioned above. We will solve it shortly. Best, Stefan