Skip to content

Commit

Permalink
Load npm tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimard committed Dec 30, 2013
1 parent 350c877 commit 084309d
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 3,622 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ results
npm-debug.log
node_modules

# For phonegap
dist
platforms
www
!www/config.xml
!www/res
.tmp
.sass-cache
app/bower_components
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,6 @@ module.exports = function (grunt) {
'test',
'build'
]);

grunt.loadNpmTasks("grunt-angular-phonegap");
};
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ and copy the added lines in your clipboard to paste later. Then press `n` for no

# Step 4

Add `grunt-angular-phonegap` to the app :
Add `grunt-angular-phonegap` to the app : 350c8777a79571cc140ab5c860c86f12ec943348

# Step 5

Load npm tasks (`grunt.loadNpmTasks("grunt-angular-phonegap");`) :
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/sass-bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="bower_components/sass-bootstrap/dist/css/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css({.tmp,app}) styles/main.css -->
Expand Down
115 changes: 0 additions & 115 deletions www/css/index.css

This file was deleted.

Binary file removed www/icon.png
Binary file not shown.
Binary file removed www/img/logo.png
Binary file not shown.
42 changes: 0 additions & 42 deletions www/index.html

This file was deleted.

49 changes: 0 additions & 49 deletions www/js/index.js

This file was deleted.

68 changes: 0 additions & 68 deletions www/spec.html

This file was deleted.

33 changes: 0 additions & 33 deletions www/spec/helper.js

This file was deleted.

Loading

0 comments on commit 084309d

Please sign in to comment.