Skip to content

Commit

Permalink
make external dependencies locally available (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsandeep authored Dec 14, 2024
1 parent c5f4ac3 commit 16244eb
Show file tree
Hide file tree
Showing 23 changed files with 1,913 additions and 18 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
mango:
container_name: mango
Expand Down
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gulp.task('minify-css', () => {
.pipe(gulp.dest('dist/css'));
});

// Copy static files (includeing images) to dist
// Copy static files (including images) to dist
gulp.task('copy-files', () => {
return gulp
.src(
Expand All @@ -71,6 +71,8 @@ gulp.task('copy-files', () => {
'public/img/**',
'public/webfonts/*',
'public/js/*.min.js',
'public/ext/js/*.min.js',
'public/ext/css/*.min.css',
],
{
base: 'public',
Expand Down
1 change: 1 addition & 0 deletions public/ext/css/select2-4.1.0-beta.1.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16244eb

Please sign in to comment.