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
var gulp = require('gulp'); | |
/* | |
* Used plugins. All need to be installed first (see dependencies comment at bottom) | |
*/ | |
var autoprefixer = require('gulp-autoprefixer'), | |
concat = require('gulp-concat'), | |
connect = require('gulp-connect'), | |
del = require('del'), | |
jshint = require('gulp-jshint'), |
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
console.log((4*4*4*4*4+4).toString(4*4)) |