-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Emanuele
committed
Feb 5, 2017
1 parent
bea6c5d
commit 05e5ba4
Showing
16 changed files
with
675 additions
and
1,463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,60 @@ | ||
npm-debug.log | ||
node_modules | ||
components | ||
test.html | ||
.DS_Store | ||
.idea | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# custom | ||
test/ | ||
test.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
Prerequisites: | ||
|
||
- Node and NPM | ||
- Gulp | ||
|
||
Flow: | ||
|
||
- Checkout `develop` branch | ||
- Fork the repository and checkout `develop` branch | ||
- Run `npm install` to get or update the dependencies | ||
- Run `gulp`. Gulp will run the default task and listen for further files changes | ||
- Work on the Coffeescript or LESS sources. Gulp will automatically build for you | ||
- Once completed, submit a Pull Requests. Be sure to target `develop` as destination branch | ||
- Run `npm start` to build `dist/` and `docs/` directories | ||
- Change JavaScript or LESS files in `src/` directories | ||
- Once finished, submit a [Pull Request](https://github.com/nostalgiaz/bootstrap-switch/compare/develop...develop). Remember to target `develop` as destination branch | ||
|
||
Thank you. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
"docs", | ||
"test", | ||
"CNAME", | ||
"coffeelint.json", | ||
"composer.json", | ||
"CONTRIBUTING.md", | ||
"gulpfile.coffee", | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.