Commit Graph

157 Commits

Author SHA1 Message Date
Angelos Chalaris
b543f9cb31 Update analyze.js 2018-06-23 12:42:22 +03:00
Angelos Chalaris
a43ed86771 Added some analysis to snippets
New script that generates two JSON files with tokenization data about snippets (does not run on Travis). Data can be used for visualizations and possibly creating a complexity index for the snippets.
2018-06-23 12:38:37 +03:00
Angelos Chalaris
dd50de1029 Localization deprecation 2018-06-23 11:09:26 +03:00
Angelos Chalaris
5e2add03cb Codacy issue fixes 2018-06-18 21:18:53 +03:00
Angelos Chalaris
e9594e6355 Final fixes, all tests running 2018-06-18 20:41:57 +03:00
Angelos Chalaris
1439ba9504 Test scripting updates 2018-06-18 19:05:29 +03:00
Angelos Chalaris
11ccc07dbe Fixed Codacy issues
Also added specification link in JSON files
2018-05-30 19:51:47 +03:00
Angelos Chalaris
7113390fca Add extractor script
Also runs on Travis
2018-05-30 19:19:36 +03:00
Rohit Tanwar
8e592c89d4 Update util.js 2018-04-12 23:23:00 +05:30
Angelos Chalaris
409a0e7ac9 Add offset snippet 2018-04-10 19:07:50 +03:00
Angelos Chalaris
a8934b4e2e Updated NOBUILD condition of webber 2018-04-09 10:18:29 +03:00
Angelos Chalaris
b0a4c7ebf7 Minified index 2018-04-07 20:25:56 +03:00
Angelos Chalaris
82361ca615 Merge remote-tracking branch 'origin/new-website' into new-website 2018-04-07 19:57:52 +03:00
Angelos Chalaris
4f089859c3 Updated web script to run uninhibited on Travis
Uses the environment's GH_KEY hopefully.
2018-04-07 19:56:40 +03:00
Stefan Feješ
6a425c6b27 minification for beginner.html 2018-04-07 18:44:54 +02:00
Stefan Feješ
dce94a4143 minification for archive.html 2018-04-07 18:42:43 +02:00
Stefan Feješ
b2ecf70548 remove unnecessary console.logs 2018-04-07 18:23:14 +02:00
Stefan Feješ
eac47845c1 add archived-page static files 2018-04-07 17:38:13 +02:00
Angelos Chalaris
bec813b551 Google analytics and some cleanup 2018-04-07 18:18:13 +03:00
Angelos Chalaris
b8b99bc399 Updated web script to generate landing page
Prioritized webber over builder to make sure it never times out. Prioritized the index page over the rest of the pages as it takes long due to api calls.
2018-04-07 17:40:44 +03:00
Angelos Chalaris
b095a0a7cb Webber script cleanup
Removed some commented out code, added proper messages.
2018-04-07 16:46:48 +03:00
Angelos Chalaris
616cd41622 Fixed one snippet name not working
last.md should now be part of the beginner page
2018-04-07 15:57:40 +03:00
Stefan Feješ
b30cb46a5a 🐛 toggle example 2018-04-07 14:27:39 +02:00
Stefan Feješ
42b90496fd update beginner page 2018-04-07 13:27:56 +02:00
Stefan Feješ
aa3d117b8d update static parts and final beginner.html 2018-04-07 13:08:33 +02:00
Stefan Feješ
96d7b5ce6f Update web.js, generate beginner.html 2018-04-07 12:51:41 +02:00
Stefan Feješ
185ea9d402 update web.js 2018-04-07 12:04:42 +02:00
Stefan Feješ
01841a1716 build beginner.html 2018-04-07 11:57:34 +02:00
Stefan Feješ
dda84056c5 Add beginner static files 2018-04-07 11:25:03 +02:00
Angelos Chalaris
571197d6d8 Individual pages for snippet tags
Mostyl complete
2018-04-07 10:43:42 +03:00
Angelos Chalaris
51fadf5245 Codacy semicolon added 2018-02-08 13:57:36 +02:00
Angelos Chalaris
e001a30d56 Added localization extractor 2018-02-08 13:52:07 +02:00
Angelos Chalaris
91b5649b8e Utility script code style 2018-02-04 20:22:51 +02:00
Angelos Chalaris
e5ffd000b9 Fixed a bug in the builder 2018-02-04 20:18:49 +02:00
Angelos Chalaris
5694a46fff Optimized scripts 2018-02-04 20:16:04 +02:00
Angelos Chalaris
f6a4b7cb64 Abstracted capitalize to the utility script 2018-02-04 20:09:28 +02:00
Angelos Chalaris
25b97819b1 Updated node optimization
Abstracted into a utility function.
2018-02-04 20:03:00 +02:00
Angelos Chalaris
5255ed1a3d Updated scripts 2018-02-04 19:52:22 +02:00
Angelos Chalaris
f1b951a991 Abstracted tag loading
Using the utility script.
2018-02-04 19:44:43 +02:00
Angelos Chalaris
c7e1d8204c Abstracted snippet loading
Adds a utility script that is used to load the snippets (more coming).
2018-02-04 19:36:38 +02:00
Angelos Chalaris
890cb92f96 Shortened web script
By improving the sorting system, uncategorized snippets are placed at the bottom, making the code shorter and easier to maintain.
2018-02-04 19:23:18 +02:00
Angelos Chalaris
262f5ea746 Coding style fixes and improvements 2018-02-04 18:07:31 +02:00
Angelos Chalaris
6f3893239c Coding style fixes and improvements 2018-02-04 17:58:57 +02:00
Angelos Chalaris
c6c49ab567 Fixed error prone checking etc in codebase 2018-02-04 17:48:07 +02:00
Angelos Chalaris
89f572efbc Add semicolon for tdd exports 2018-02-04 17:38:39 +02:00
Angelos Chalaris
b53b0932ca Fixed order in tag script 2018-01-24 18:02:55 +02:00
Angelos Chalaris
bde73c95e8 Updated testing with proper indentation
Uses two spaces instead of hard tabs.
2018-01-24 17:53:36 +02:00
King
496bc38d6e fix crlf / cr / lf system file ending 2018-01-24 06:24:33 -05:00
King
af390ee079 update tdd chained methods making more readable 2018-01-18 20:05:18 -05:00
King
796be5a467 update tdd script to handle const = requires() 2018-01-17 13:38:05 -05:00