Git Product home page Git Product logo

bootgeoisie's People

Contributors

mhulse avatar

Stargazers

 avatar

Watchers

 avatar

bootgeoisie's Issues

Symlink bootstrap.scss

node_modules/bootstrap-sass/assets/stylesheets/bootstrap

For easy viewing and less complicated paths.

Version bootstrap with rename and use ref

Would be cool to inject a versioned file into the index.

Being able to up the version via command line arg would be good.

bootstrap.20160326-1.css

I like the thought of manually upping version.

Backing up previous versions would be good too.

Installation script README

Keep the README in the source folder but not the root one. Currently the install script ignores both.

Watch HTML

Could be a better way, but here's what's working for now:

gulp.task('html', function() {

    return gulp
        .src(root + '**/*.html')
        .pipe(connect.reload());

});

gulp.task('watch', [
    'scripts',
    'styles',
    'connect',
], function() {

    gulp
        .watch('gulpfile.js', [
            'scripts'
        ]);

    gulp
        .watch('**/*.scss', [
            'styles',
        ]);

    gulp
        .watch(root + '**/*.html', [
            'html',
        ]);

    return gulp;

});

Clean theme

Make sure it has no references to LESS; add ALL possible bootstrap styles.

Scripts build more robust

I can't decide what is better, to add JS plugins to this repo (like, plugins that would be a part of the overall theme) or reserve them for the endpoint?

Add bower support

{
  "name": "parent-net-theme-ex",
  "version": "0.1.0",
  "main": [
    "bootstrap.css",
    "bootstrap.js"
  ],
  "ignore": [
    "source",
    "index.html",
    "**/.*",
    "**/*.md",
    "**/*.json"
  ]
}

Don't forget to have docs mention this as a file to edit after copying.

How to use note

Plan is to have people clone this repo for themselves, and change all references to bootgeoisie.

From there, they can use as a kickstarter for their own projects.

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.