Skip to content

Commit

Permalink
Move to Webpack and independent modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed May 12, 2017
1 parent 3cbed74 commit 2009d25
Show file tree
Hide file tree
Showing 46 changed files with 11,506 additions and 5,580 deletions.
4 changes: 4 additions & 0 deletions .codeclimate.yml
Expand Up @@ -10,4 +10,8 @@ ratings:
exclude_paths:
- test/resources/**
- web/third-party/**
- js/lib/beautify.js
- js/lib/beautify-css.js
- js/lib/beautify-html.js
- tools/template/*
- "**/generated/*"
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -8,6 +8,9 @@ python/MANIFEST
python/build
python/dist
python/jsbeautifier.egg-info
.nvmrc
.nvm/

target
dist/
.idea/
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,14 +1,19 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

node_js:
- "0.10"
- 'node'

env:
- TRAVIS_NODE_VERSION="6"

install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- npm install

script: "./build ci"
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ deploy: off
# Test against this version of Node.js
environment:
global:
nodejs_version: "0.12"
nodejs_version: "6"

matrix:
- PYTHON: "C:\\Python27"
Expand Down

0 comments on commit 2009d25

Please sign in to comment.