Add "Used as Tool to Make" section on item detail

This commit is contained in:
Andrew Miner
2015-02-26 20:04:41 -08:00
parent c78828426f
commit 2aa65d5e34
5 changed files with 67 additions and 35 deletions
+2
View File
@@ -170,3 +170,5 @@ module.exports = (grunt)->
grunt.registerTask 'build', [ 'copy', 'sass:main', 'jade', 'browserify', 'exorcise' ]
grunt.registerTask 'dist', ['clean', 'build', 'sass:dist', 'rename:scripts', 'uglify']
grunt.registerTask 'full-watch', ['clean', 'build', 'watch']