File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pali-dictionary" ,
33 "version" : " 0.1.0" ,
4+ "private" : true ,
45 "description" : " Pāḷi Dictionary Webapp" ,
56 "homepage" : " https://github.com/siongui/pali" ,
67 "scripts" : {
2930 "devDependencies" : {
3031 "grunt" : " ~0.4.1" ,
3132 "grunt-contrib-concat" : " ~0.3.0" ,
32- "grunt-contrib-uglify" : " ~0.2.1 " ,
33- "grunt-contrib-watch" : " ~0.4 .3" ,
34- "grunt-contrib-cssmin" : " ~0.6.1 "
33+ "grunt-contrib-uglify" : " ~0.2.4 " ,
34+ "grunt-contrib-watch" : " ~0.5 .3" ,
35+ "grunt-contrib-cssmin" : " ~0.6.2 "
3536 },
3637 "engines" : {
3738 "node" : " >= 0.8.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " pali-tipitaka" ,
33 "version" : " 0.1.0" ,
4+ "private" : true ,
45 "description" : " Pāḷi Tipiṭaka Webapp" ,
56 "homepage" : " https://github.com/siongui/pali" ,
67 "scripts" : {
3031 "devDependencies" : {
3132 "grunt" : " ~0.4.1" ,
3233 "grunt-contrib-concat" : " ~0.3.0" ,
33- "grunt-contrib-uglify" : " ~0.2.1 " ,
34- "grunt-contrib-watch" : " ~0.4 .3" ,
35- "grunt-contrib-cssmin" : " ~0.6.1 "
34+ "grunt-contrib-uglify" : " ~0.2.4 " ,
35+ "grunt-contrib-watch" : " ~0.5 .3" ,
36+ "grunt-contrib-cssmin" : " ~0.6.2 "
3637 },
3738 "engines" : {
3839 "node" : " >= 0.8.0"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def GET(self, word):
6565
6666class robots :
6767 def GET (self ):
68- if web .ctx .host == 'http:// epalitipitaka.appspot.com/ ' :
68+ if web .ctx .host == 'epalitipitaka.appspot.com' :
6969 return 'User-agent: *\n Disallow: /html/\n '
7070 return 'User-agent: *\n Disallow: /'
7171
You can’t perform that action at this time.
0 commit comments