Skip to content

Commit

Permalink
functional installation
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Nov 25, 2017
1 parent 0b89b2a commit d9b174e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ include README.md
include LICENSE

recursive-include candis *.yml
recursive-include candis *.html
recursive-include candis *.json

recursive-include candis *.html
recursive-include candis *.css
recursive-include candis *.js
recursive-include candis *.png
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NPM ?= npm
BUNDLER ?= bundler

venv:
pip install $(VIRTUALENV)
pip3 install $(VIRTUALENV)

$(VIRTUALENV) $(VENV) --python python3

Expand Down Expand Up @@ -56,7 +56,9 @@ docs:
cd $(DOCSDIR) && make html

sass:
sass $(SOURCEDIR)/app/client/styles/App.scss:$(SOURCEDIR)/app/assets/css/styles.min.css --sourcemap=none --style compressed
sass $(SOURCEDIR)/app/client/styles/App.scss:$(SOURCEDIR)/app/assets/css/styles.min.css \
--sourcemap=none \
--style=compressed

docker.build:
docker build -t $(PACKAGE) $(BASEDIR)
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn candis.app:app
web: gunicorn candis.app:app
3 changes: 2 additions & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
web: $PYTHON -m candis
web: $PYTHON -m candis
node: npm start
2 changes: 1 addition & 1 deletion candis/app/assets/js/bundle.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -74641,7 +74641,7 @@ module.exports.makeKey = makeKey
/* 630 */
/***/ (function(module, exports) {

module.exports = {"_args":[["[email protected]","/Users/achilles/Desktop/dev/candis"]],"_development":true,"_from":"[email protected]","_id":"[email protected]","_inBundle":false,"_integrity":"sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=","_location":"/elliptic","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"[email protected]","name":"elliptic","escapedName":"elliptic","rawSpec":"6.4.0","saveSpec":null,"fetchSpec":"6.4.0"},"_requiredBy":["/browserify-sign","/create-ecdh"],"_resolved":"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz","_spec":"6.4.0","_where":"/Users/achilles/Desktop/dev/candis","author":{"name":"Fedor Indutny","email":"[email protected]"},"bugs":{"url":"https://github.com/indutny/elliptic/issues"},"dependencies":{"bn.js":"^4.4.0","brorand":"^1.0.1","hash.js":"^1.0.0","hmac-drbg":"^1.0.0","inherits":"^2.0.1","minimalistic-assert":"^1.0.0","minimalistic-crypto-utils":"^1.0.0"},"description":"EC cryptography","devDependencies":{"brfs":"^1.4.3","coveralls":"^2.11.3","grunt":"^0.4.5","grunt-browserify":"^5.0.0","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^1.0.1","grunt-mocha-istanbul":"^3.0.1","grunt-saucelabs":"^8.6.2","istanbul":"^0.4.2","jscs":"^2.9.0","jshint":"^2.6.0","mocha":"^2.1.0"},"files":["lib"],"homepage":"https://github.com/indutny/elliptic","keywords":["EC","Elliptic","curve","Cryptography"],"license":"MIT","main":"lib/elliptic.js","name":"elliptic","repository":{"type":"git","url":"git+ssh://[email protected]/indutny/elliptic.git"},"scripts":{"jscs":"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js","jshint":"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js","lint":"npm run jscs && npm run jshint","test":"npm run lint && npm run unit","unit":"istanbul test _mocha --reporter=spec test/index.js","version":"grunt dist && git add dist/"},"version":"6.4.0"}
module.exports = {"_args":[["[email protected]","/Users/achilles/Desktop/dev/hl/candis"]],"_development":true,"_from":"[email protected]","_id":"[email protected]","_inBundle":false,"_integrity":"sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=","_location":"/elliptic","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"[email protected]","name":"elliptic","escapedName":"elliptic","rawSpec":"6.4.0","saveSpec":null,"fetchSpec":"6.4.0"},"_requiredBy":["/browserify-sign","/create-ecdh"],"_resolved":"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz","_spec":"6.4.0","_where":"/Users/achilles/Desktop/dev/hl/candis","author":{"name":"Fedor Indutny","email":"[email protected]"},"bugs":{"url":"https://github.com/indutny/elliptic/issues"},"dependencies":{"bn.js":"^4.4.0","brorand":"^1.0.1","hash.js":"^1.0.0","hmac-drbg":"^1.0.0","inherits":"^2.0.1","minimalistic-assert":"^1.0.0","minimalistic-crypto-utils":"^1.0.0"},"description":"EC cryptography","devDependencies":{"brfs":"^1.4.3","coveralls":"^2.11.3","grunt":"^0.4.5","grunt-browserify":"^5.0.0","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^1.0.1","grunt-mocha-istanbul":"^3.0.1","grunt-saucelabs":"^8.6.2","istanbul":"^0.4.2","jscs":"^2.9.0","jshint":"^2.6.0","mocha":"^2.1.0"},"files":["lib"],"homepage":"https://github.com/indutny/elliptic","keywords":["EC","Elliptic","curve","Cryptography"],"license":"MIT","main":"lib/elliptic.js","name":"elliptic","repository":{"type":"git","url":"git+ssh://[email protected]/indutny/elliptic.git"},"scripts":{"jscs":"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js","jshint":"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js","lint":"npm run jscs && npm run jshint","test":"npm run lint && npm run unit","unit":"istanbul test _mocha --reporter=spec test/index.js","version":"grunt dist && git add dist/"},"version":"6.4.0"}

/***/ }),
/* 631 */
Expand Down
2 changes: 1 addition & 1 deletion candis/app/templates/includes/styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- bootswatch -->
<link
rel="stylesheet"
href="//bootswatch.com/cosmo/bootstrap.min.css">
href="//bootswatch.com/3/cosmo/bootstrap.min.css">
<!-- Bootstrap X-Editable -->
<link
rel="stylsheet"
Expand Down
6 changes: 3 additions & 3 deletions package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages

name = 'quilo'
name = 'candis'
version = '0.1.0'
release = '0.1.0'
description = 'A Flask + ReactJS boilerplate'
Expand All @@ -17,9 +17,9 @@
license = 'GNU GPL v3'
modules = find_packages(exclude = ['test'])
test_modules = find_packages(include = ['test'])
homepage = 'https://quilo.readthedocs.io'
homepage = 'https://candis.readthedocs.io'
github_username = 'achillesrasquinha'
github_repository = 'quilo'
github_repository = 'candis'
github_url = '{baseurl}/{username}/{repository}'.format(
baseurl = 'https://github.com',
username = github_username,
Expand Down

0 comments on commit d9b174e

Please sign in to comment.