Code Monkey home page Code Monkey logo

hooch's People

Contributors

bradwilliamsp202 avatar braginteractive avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hooch's Issues

Gulp Sass isn't creating Minified Version

Before I describe the situation, I'll say that I've added gulp-sourcemaps and hope I'm doing it right. Added sourcemaps = require( 'gulp-sourcemaps' ); in the var at the top of the gulpfile and added it into the Sass task as follows // Sass
gulp.task('sass', function() {
return gulp.src('./sass/style.scss')
.pipe(plumber())
.pipe(sourcemaps.init())
.pipe(sass(options.sass))
.pipe(sourcemaps.write())
.pipe(autoprefixer())
.pipe(gulp.dest('.'))
.pipe(notify({ title: 'Sass', message: 'sass task complete' }));
});

I don't think that would be messing me up, though I can't tell that it is actually working and creating sourcemaps. Hope you can comment on that.

Now, I'm adding in my own styles and changing up some sass for my theme and it seems that the unminified version is being compiled but the minified version that the site is actually using isn't being recompiled or updated. styles.css is showing my changes but styles.min.css isn't. I haven't edited anything dealing with the minify settings in gulpfile. I'm not sure what to do with it but it's holding up my development until I figure out how to disable minification for the time being. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.