One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #!/bin/bash | |
| # Check if an argument was provided | |
| if [ $# -eq 0 ]; then | |
| echo "No file path provided." | |
| exit 1 | |
| fi | |
| # Use the provided argument (file path) | |
| file="$1" |
| web: heroku-php-nginx -C nginx.conf public |
Currently considering https://github.com/webdriverio/webdrivercss
Core Goals:
When the directory structure of your Node.js application (not library!) has some depth, you end up with a lot of annoying relative paths in your require calls like:
const Article = require('../../../../app/models/article');Those suck for maintenance and they're ugly.
| # Encoding: UTF-8 | |
| module WebMock | |
| class NetConnectNotAllowedError | |
| def initialize_with_puts(request_signature) | |
| begin | |
| raise initialize_without_puts(request_signature) | |
| rescue => e | |
| puts "< ===== WEBMOCK WEBMOCK WEBMOCK WEBMOCK WEBMOCK ===== >", e.inspect | |
| e |