Skip to content

Commit

Permalink
Deprecate CoffeeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele committed Feb 5, 2017
1 parent bea6c5d commit 05e5ba4
Show file tree
Hide file tree
Showing 16 changed files with 675 additions and 1,463 deletions.
65 changes: 59 additions & 6 deletions .gitignore
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
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
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.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"docs",
"test",
"CNAME",
"coffeelint.json",
"composer.json",
"CONTRIBUTING.md",
"gulpfile.coffee",
Expand Down
127 changes: 0 additions & 127 deletions coffeelint.json

This file was deleted.

Loading

0 comments on commit 05e5ba4

Please sign in to comment.