Skip to content

Instantly share code, notes, and snippets.

View amrsekilly's full-sized avatar
🌍
Working Remotely

Amr Elsekilly amrsekilly

🌍
Working Remotely
View GitHub Profile
const path = require("path");
const UglifyJsPlugin = require("uglifyjs-webpack-plugin");
const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
.BundleAnalyzerPlugin;
const DuplicatePackageCheckerPlugin = require("duplicate-package-checker-webpack-plugin");
const WebpackNotifierPlugin = require("webpack-notifier");
const LodashModuleReplacementPlugin = require("lodash-webpack-plugin");
const AssetsPlugin = require("assets-webpack-plugin");
var ProgressBarPlugin = require("progress-bar-webpack-plugin");
const chalk = require("chalk");
#pagelet_ego_pane, #pagelet_rhc_footer {
position: absolute;
top: -9999px;
left: -9999px;
}
12006 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/yauzl
12007 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/decompress-unzip
12008 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/decompress
12009 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/gulp-decompress
12010 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/download
12011 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/yeoman-assert
12012 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/yeoman-environment/node_modules/lodash
12013 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/yeoman-environment/node_modules/mute-stream
12014 silly finalize /Users/amr/react-native-ble-plx/examples/ReactBLEScanner/node_modules/yeoman-environment/node_modules/run-async
12015 s
test
@amrsekilly
amrsekilly / direcory_tag.rb
Created July 14, 2017 23:09 — forked from jgatjens/direcory_tag.rb
jekyll-plugin loop_directory
#usage:
#{% loop_directory directory:images iterator:image filter:*.jpg sort:descending %}
# <img src="{{ image }}" />
#{% endloop_directory %}
module Jekyll
class LoopDirectoryTag < Liquid::Block
include Liquid::StandardFilters
Syntax = /(#{Liquid::QuotedFragment}+)?/
var host = "zero2dev.com";
if ((host == window.location.host) && (window.location.protocol != 'https:')) {
window.location = window.location.toString().replace(/^http:/, "https:");
}
pages:
stage: deploy
image: ruby:2.3
script:
- gem install jekyll
- jekyll build -d public/
- cp ./public/.well-known/acme-challenge/jxLPUlytSedPDYDuapLWeQu0nF_xcdIMqWfleeurDR8.html ./public/.well-known/acme-challenge/jxLPUlytSedPDYDuapLWeQu0nF_xcdIMqWfleeurDR8
artifacts:
paths:
- public
---
layout: null
permalink: /.well-known/acme-challenge/OP9q1t-maruYg2ScH-FdOTHjeUA4oeF3gRk8Ey3CSAA.html
---
OP9q1t-maruYg2ScH-FdOTHjeUA4oeF3gRk8Ey3CSAA.QPXJkhQcsgTeqrPTxxHQilvouCb8WOCvsVb44HKoizk
pages:
stage: deploy
image: ruby:2.3
script:
- gem install jekyll
- jekyll build -d public/
artifacts:
paths:
- public
only: