Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.

Commit

Permalink
some tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSGill committed Jan 1, 2015
1 parent c78a306 commit 7c627b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .idea/libraries/Generated_files.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.ps1
@@ -1,8 +1,8 @@

Write-Host '** Building WebApp **'
npm install --prefix ./WebApp ./WebApp
WebApp/node_modules/.bin/grunt --gruntfile ./WebApp/GruntFile.js release
WebApp/node_modules/.bin/grunt.cmd --gruntfile ./WebApp/GruntFile.js release

Write-Host '** Server **'
npm install --prefix ./TodoTxtJsServer ./TodoTxtJsServer
TodoTxtJsServer/node_modules/.bin/grunt --gruntfile ./TodoTxtJsServer/GruntFile.js release
TodoTxtJsServer/node_modules/.bin/grunt.cmd --gruntfile ./TodoTxtJsServer/GruntFile.js release

0 comments on commit 7c627b1

Please sign in to comment.