Skip to content

Commit

Permalink
used tiny-cdn instead of polpetta
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Aug 22, 2015
1 parent 512d4f5 commit 60c2606
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -22,7 +22,7 @@ build:
make node
make amd
make test
# make hint
make hint
make size

# build generic version
Expand Down Expand Up @@ -79,9 +79,9 @@ clean:
test:
npm test

# launch polpetta (ctrl+click to open the page)
# launch tiny-cdn (ctrl+click to open the page)
web:
node node_modules/polpetta/build/polpetta ./
node node_modules/tiny-cdn/tiny-cdn run

# markdown the readme and view it
preview:
Expand Down Expand Up @@ -122,7 +122,7 @@ dependencies:
rm -rf node_modules
mkdir node_modules
npm install wru
npm install polpetta
npm install tiny-cdn
npm install uglify-js@1
npm install jshint
npm install markdown
Expand Down
2 changes: 1 addition & 1 deletion new
Expand Up @@ -31,7 +31,7 @@ REPO_NAME_LENGTH=$(printf "%${#repo}s")
echo "${repo}
${REPO_NAME_LENGTH// /=}
[![build status](https://secure.travis-ci.org/${name}/${repo}.png)](http://travis-ci.org/${name}/${repo})
[![build status](https://secure.travis-ci.org/${name}/${repo}.svg)](http://travis-ci.org/${name}/${repo})
" >README.md
TEST=`cat test/main.js`
echo "${TEST//main.node.js/${repo}.node.js}" >test/${repo}.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"browserify": "*",
"watchify": "*",
"phantomjs": "*",
"polpetta": "*"
"tiny-cdn": "*"
},
"devDependencies": {
"wru": "*"
Expand Down

0 comments on commit 60c2606

Please sign in to comment.