Coder Social home page Coder Social logo

djkmiles / brunch-rocket Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oddpixel/brunch-steak

0.0 1.0 0.0 383 KB

A simple Brunch skeleton combining LESS Bootstrap and Browser Sync.

License: MIT License

ApacheConf 2.32% JavaScript 18.71% HTML 23.26% CSS 55.71%

brunch-rocket's Introduction

Brunch on Rocket

Brunch on Rocket is a Brunch skeleton that utilizes Bootstrap, and LESS / SASS. Brunch on Rocket is an updated version of Brunch with Steak with the addition of Browser Sync.

Installation

Skeleton install: brunch new gh:djkmiles/brunch-rocket <your-project-name>.

Or simply copy the repository to your hard drive and rename it.

Getting started

  • Install (if you don't have them):
    • Node.js
    • Brunch: npm install -g brunch
    • Bower: npm install -g bower
    • Brunch plugins and Bower dependencies: npm install & bower install
  • Run:
    • brunch watch --server โ€” watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • brunch build --production โ€” builds minified project for production
  • Learn:
    • public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.
    • Brunch site

Customize Bootstrap Stylesheets

All Bootstrap stylesheet files can be found separated into:

vendor/styles/bootstrap

They're in original LESS format in order to be easily customized, and compiled together with the app build.

Exclude Bootstrap jQuery plugins

jQuery plugins used by Bootstrap are all listed (in the right order) inside the config.coffee file. Comment out the ones you want to exclude from the build with a #. (Pay attention to dependencies!)

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.