Software: Apache/2.2.22 (Debian). PHP/5.6.36 uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) Safe-mode: OFF (not secure) /home/h33678/data/www/petitions.zt-rada.gov.ua/alien/materialNote/ drwxr-xr-x |
Viewing file: Select action/file-type: module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), connect: { server: { options: { port: grunt.option('port') || 7000 }, } }, sass: { dist: { files: { 'css/materialNote.css': 'sass/materialNote.scss', 'css/materialize.css': 'sass/materialize.scss', 'css/main.css': 'sass/main.scss' } } }, watch: { css: { files: ['sass/*.scss', 'lib/sass/.scss'], tasks: ['sass'] }, livereload: { options: { livereload: true }, files: [ 'index.html', 'js/materialNote.js', 'js/ckMaterializeOverrides.js', 'css/materialize.css', 'css/materialNote.css', 'css/codeMirror/codemirror.css', 'css/codeMirror/monokai.css' ], } }, uglify: { fileUploader: { files: { 'js/materialNote.min.js': ['js/materialNote.js'] } } } }); grunt.loadNpmTasks('grunt-contrib-sass'); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-contrib-connect'); grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.registerTask('default', ['connect', 'watch']); grunt.registerTask('minify', ['uglify']); // alias for grunt uglify }; |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0109 ]-- |