This is an example of using a Collection view with Backbone.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define ('DEBUG', false); | |
define ('DEST_PATH', 'sass/react-components/'); | |
define ('SRC', 'src'); | |
function getStylesheetsDirectories($dir) | |
{ | |
$avoidFilenames = [ | |
'..' => 1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdasdasd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const jwt = require('jsonwebtoken'); | |
const SECRET_KEY = process.env.JWT_SECRET; | |
const PERMISSION = { | |
principalId: 'user', | |
policyDocument: { | |
Version: '2012-10-17', | |
Statement: [ | |
{ |