Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cdog/breadboard-circuits

Open more actions menu

Repository files navigation

Installation and Usage

$ git clone https://github.com/cdog/breadboard-circuits.git
$ cd breadboard-circuits
$ npm install grunt-cli -g # install grunt command line interface if not already installed
$ npm install
$ grunt build
$ grunt serve # open http://127.0.0.1:4000/ in your browser
$ grunt clean && grunt build --environment production
$ grunt deploy # push an existing build to gh-pages branch

Migrating data

Migrated data is already included in this repository. To run a migration clone the fritzing-parts repository first then run Grunt migrate task:

$ git clone https://github.com/fritzing/fritzing-parts.git
$ grunt migrate

Before running a migration make sure the migrate task (see Gruntfile.js) is configured properly:

migrate: {
  parts: {
    src: 'fritzing-parts', // migration data source
    dest: 'assets/app/parts' // migrated data
  }
}

To log a migration set the DEBUG environment variable to include all (migrate:*) or specific debug messages (inspect, error, log types are available):

$ DEBUG=migrate:error,log grunt migrate # print error and log messages
$ DEBUG=migrate:inspect grunt migrate # inspect migrated data

Available grunt tasks

  • build (default)
  • clean
  • deploy
  • migrate
  • watch

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.