Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
make css compilation more consistent between different development en…
Browse files Browse the repository at this point in the history
…vironments
  • Loading branch information
OriHoch committed Oct 23, 2015
1 parent 716e0fc commit a8a6a65
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 235 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -19,3 +19,4 @@ media/avatars
media/agendas
data/committee_mms_videos
/data/plenum_protocols
/node_modules
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "oknesset",
"version": "1.0.0",
"dependencies": {
"less": "^2.5.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/hasadna/Open-Knesset.git"
},
"bugs": {
"url": "https://github.com/hasadna/Open-Knesset/issues"
},
"homepage": "https://github.com/hasadna/Open-Knesset#readme",
"scripts": {
"less": "lessc less/app.less static/css/app.css"
}
}

0 comments on commit a8a6a65

Please sign in to comment.