parent
cabc87fce2
commit
7c22efcdb0
@ -1,3 +1,5 @@ |
||||
/src/logs/ |
||||
tts_framework/ |
||||
/src/tmp/ |
||||
public/assets/mockup/js/tts.min.js |
||||
public/assets/mockup/js/tts.min.map |
||||
|
||||
@ -0,0 +1,3 @@ |
||||
h2 { |
||||
color: red; |
||||
} |
||||
@ -1 +1,8 @@ |
||||
//alert('hi');
|
||||
|
||||
tts.Router.get('Testing/:filter?', function(req) { |
||||
//console.log(req);
|
||||
tts.getAsset({name: 'testing.js', path: '/assets/mockup/ajax/'}); |
||||
}); |
||||
|
||||
tts(function() { |
||||
}); |
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
/var/www/frames/tts_js/assets/dist/tts.min.js |
||||
Loading…
Reference in new issue