Skip to content

Commit

Permalink
new makefile and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 8, 2013
1 parent 0e23a19 commit 4bea98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -12,9 +12,8 @@ server:
watch: watch:
@nico server -C $(THEME)/nico.js --watch @nico server -C $(THEME)/nico.js --watch


publish: clean build-doc publish-doc: clean build-doc
@ghp-import _site @spm publish --doc _site
@git push origin gh-pages


clean: clean:
@rm -fr _site @rm -fr _site
Expand Down
7 changes: 0 additions & 7 deletions package.json
Expand Up @@ -13,13 +13,6 @@
"url": "https://github.com/aralejs/class/issues" "url": "https://github.com/aralejs/class/issues"
}, },
"spm": { "spm": {
"devAlias": {
"mocha": "gallery/mocha/1.8.2/mocha",
"expect": "gallery/expect/0.2.0/expect"
},
"engines": {
"seajs": "seajs/seajs/2.0.0/sea"
},
"output": ["class.js"] "output": ["class.js"]
} }
} }

0 comments on commit 4bea98a

Please sign in to comment.