Skip to content

Instantly share code, notes, and snippets.

View amine-y's full-sized avatar
📈
Being awesome as always

Amine Yaakoubi amine-y

📈
Being awesome as always
View GitHub Profile
@amine-y
amine-y / clean.sh
Last active October 19, 2020 13:45
#!/usr/bin/env bash
echo "Cleaning"
rm -rf app/code/Axelites/MgtVarnish
rm -rf app/code/Mgt
rm -rf var/cache/*
rm -rf var/view_preprocessed/*
rm -rf var/page_cache/*
@fcamblor
fcamblor / README.md
Last active August 17, 2022 07:59
debug-requirejs-loading.js

Simply include debug-requirejs-loading.js script before starting your requirejs dependencies :

<script src="scripts/require.js"></script>
<script src="path/to/debug-requirejs-loading.js"></script>
<script type="text/javascript">
require(['data/main'], function(){ console.log("requirejs started !"); });
</script>

It will show :