Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Oct 19, 2014
1 parent 1ec44a6 commit 64924ba
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 8 deletions.
33 changes: 33 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,36 @@ Guake.org Web site source


This repository contains the source code of the guake.org web site

Installation
============

Install Node, Grunt and other dependencies
******************************************

.. code-block:: bash
npm install -g grunt-cli
The dependency packages are:

.. code-block:: bash
npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-jshint --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-watch --save-dev
npm install grunt-contrib-jade --save-dev
npm install grunt-contrib-less --save-dev
npm install grunt-contrib-connect --save-dev
npm install grunt-contrib-copy --save-dev
npm install grunt-contrib-coffee --save-dev
Upgrading required dependencies:

.. code-block:: bash
npm update
Set your you development environment
************************************
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "guake-terminal",
"version": "0.0.0",
"dependencies": {
"angular": "~1.0.7",
"bootstrap": "~3.0.1",
"angular": "~1.3.0",
"bootstrap": "~3.2.0",
"jquery.easing": "~1.3.0",
"jquery-scrolldeck": "*"
},
Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"name": "guake-terminal",
"version": "0.0.0",
"name": "guake-terminal-website",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-less": "~0.6.2",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jade": "~0.13.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-karma": "~0.4.3",
"karma": "~0.9",
"karma-jasmine": "~0.0.3",
"karma-chrome-launcher": "~0.0.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1"
"grunt-contrib-coffee": "~0.12.0",
"angular": "~1.3.0",
"bootstrap": "~3.2.0"
},
"engines": {
"node": ">=0.8.0"
Expand Down
3 changes: 3 additions & 0 deletions win-open-cmd.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
; click on this script to open a windows command shell directly into this directory.

start cmd

0 comments on commit 64924ba

Please sign in to comment.