Commit graph

34 commits

Author SHA1 Message Date
Alex Tselegidis
6cb0714c00 Added jquery to the frontend vendor processing and renamed the directories so that they match the NPM package names 2021-11-08 10:14:13 +01:00
Alex Tselegidis
b844a71b16 Updated the way frontend vendor files are being added to the project. 2021-11-07 14:02:05 +01:00
Alex Tselegidis
c6aa24c4ec Added new gulp task that automatically packages the frontend vendor files 2021-11-07 11:47:31 +01:00
Alex Tselegidis
70625e37a5 Added Babel transpilation support to the gulp workflow 2021-11-07 10:38:18 +01:00
Alex Tselegidis
5d5e881dc4 Added SCSS compilation support to the gulp workflow 2021-11-07 10:12:11 +01:00
Alex Tselegidis
e17999fad0 Updated the gulp definition and workflow 2021-11-07 10:02:49 +01:00
Alex Tselegidis
d0b5fd170b Added the system directory to the gulp build. 2021-10-04 09:24:44 +02:00
Alex Tselegidis
bd6ab1c7fe Remove the codeigniter user guide from the build archive 2020-12-17 16:48:47 +02:00
Alex Tselegidis
122f2aef85 Replace unix based "find" command with node package for the removal of .DS_Store files 2020-12-14 10:38:43 +02:00
Alex Tselegidis
a2fbb7a4dc Fixed problem with building the minified files. 2020-12-08 15:17:08 +02:00
Alex Tselegidis
9e116623dc The build command will also run the clean, styles, scripts commands 2020-12-08 00:20:29 +02:00
Alex Tselegidis
59c8b71995 Remove .DS_Store files when building the app 2020-12-07 23:07:13 +02:00
Alex Tselegidis
7f5b6355a2 Removed dev composer dependencies again for smaller production packages 2020-12-02 19:51:05 +02:00
Alex Tselegidis
423edc80c8 Include dev composer dependencies in the build package as it may be needed for troubleshooting in production 2020-11-12 14:18:07 +02:00
Alex Tselegidis
d828a7a8d2 Replaced use of gulp-util. 2020-03-18 20:21:33 +01:00
Alex Tselegidis
afd0323571 Updated the gulp flow (simplified tasks). 2020-03-11 13:24:23 +01:00
alext
812791d0f8 Updated gulp dependency. 2019-06-08 16:04:36 +02:00
alext
333838b635 Integrated gulp tasks in for script and style minification. 2018-11-03 16:15:52 +01:00
alext
f551bcfd73 Renamed docs and tests directories. 2018-11-03 15:20:51 +01:00
alext
725edfb6ca Move rsc contents to doc directory and updated gulp doc task. 2018-11-03 14:40:00 +01:00
alext
a9632f4a44 Use the config-sample.php instead of the config.php when building the destination file. 2018-01-02 14:24:30 +01:00
alext
7b682e5c16 Updated gulp composer task and files. 2017-06-11 21:52:13 +02:00
alext
b22240e38e Updated gulpfile 2017-06-11 21:46:30 +02:00
alext
2e2cb09a2d Renamed "composer" directory to "composer_modules" and updated its references. 2016-11-13 12:46:02 +01:00
alext
557c282433 PHP sessions will be stored in the "storage" directory (fixes #241) 2016-11-13 12:25:02 +01:00
alext
b0b116e9e1 Updated log paths in "gulp build" task. 2016-11-12 23:59:38 +01:00
alextselegidis
6c85c1088b Corrected automatic documentation generation. 2016-10-16 21:37:00 +02:00
Alex Tselegidis
7280a5d0c2 Moved third_party directory to vendor which will be used for loading the composer dependencies. 2016-07-11 23:13:24 +02:00
Alex Tselegidis
c0a5a9b562 Updated gulp composer task so that it doesn't place codeigniter into the third_party directory. 2016-04-24 10:23:50 +02:00
Alex Tselegidis
caa7ce07b2 Existing log files will be removed from the package creation. 2016-01-17 19:06:57 +01:00
Alex Tselegidis
e2109b6ceb Implemented the gulp doc task. 2015-12-30 23:01:30 +01:00
Alex Tselegidis
e02dec5460 Implemented the gulp build task. 2015-12-30 22:33:19 +01:00
Alex Tselegidis
c087d57b9e Removed phpmailer's language files. 2015-12-30 14:21:37 +01:00
Alex Tselegidis
95a5ae1dce Implemented the 'gulp composer' task which will install the composer dependencies and move only the required files to the 'src/application/third_party' directory. 2015-12-30 14:18:18 +01:00