Giter Club home page Giter Club logo

gulp-bower-bootstrap-fontawesome's Introduction

gulp-bower-bootstrap-fontawesome's People

Contributors

ericlbarnes 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gulp-bower-bootstrap-fontawesome's Issues

gulp-notify: [Error running Gulp]

First of all thank you for your great blog post and generosity in sharing your workflow. I'm kind of new to all of this so please forgive any ignorance on my part.

I cloned the repo etc. When I run Gulp i get the following error:

gulp-notify: [Error running Gulp] Error: error style.scss (Line 6: File to import not found or unreadable: bootstrap.

Load paths:

/Users/jasonfoster/sites/twbs-sass/gulp-bower-bootstrap-fontawesome/resources/sass

/Users/jasonfoster/sites/twbs-sass/gulp-bower-bootstrap-fontawesome/bower_components/bootstrap-sass-official/assets/stylesheets

/Users/jasonfoster/sites/twbs-sass/gulp-bower-bootstrap-fontawesome/bower_components/fontawesome/scss

/Users/jasonfoster/sites/twbs-sass/gulp-bower-bootstrap-fontawesome/resources/sass

)

Not Changes style.css file

i m changes in style.sass file and using gulp watch command but not changes in style.css i m using your gulp file

To the author - pls change gulpfile.js

Hi. U need to change :

gulp.task('css', function() {
    return gulp.src(config.sassPath + '/style.scss')
        .pipe(sass({
            style: 'compressed',
            loadPath: [
                './sass',
                config.bowerDir + '/bootstrap-sass-official/assets/stylesheets',
                config.bowerDir + '/fontawesome/scss',
            ]
        })
            .on("error", notify.onError(function (error) {
                return "Error: " + error.message;
            })))
        .pipe(gulp.dest('./css'));
});

to:

gulp.task('css', function() {
        return sass( config.sassPath + '/style.scss' ,{
            style: 'compressed',
            loadPath: [
                './sass',
                config.bowerDir + '/bootstrap-sass-official/assets/stylesheets',
                config.bowerDir + '/fontawesome/scss',
            ]
        })
            .on("error", notify.onError(function (error) {
                return "Error: " + error.message;
            }))
        .pipe(gulp.dest('./css')); 
});

Have a nice day!

No changes in style.css file

Hi

I am using your repo files along with gulpfile.js. When I edit on style.scss file and run gulp watch command it is not modifying in style.css on public/css folder it is creating a file on another location

[18:41:26] gulp-ruby-sass: write ../../../../../user/AppData/Local/Temp/gulp-ruby-sass/style.css
[18:41:26] gulp-ruby-sass: write ../../../../../user/AppData/Local/Temp/gulp-ruby-sass/style.css.map

Please help me out

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.