New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

include_general

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

include_general

se basea grunt_inclide_js pero para incluir tanto archivos .js, .css, e inserciones php dentro del código

latest
npmnpm
Version
1.0.19
Version published
Maintainers
1
Created
Source

include_general

se basea grunt_inclide_js pero para incluir tanto archivos .js, .css, e inserciones php dentro del código genera una tarea grunt para insertar archivos en contexto de aplicaciones web.

Install

Install with npm

$ npm i include_general --save-dev

Usage



module.exports = function(grunt) {
  // Project configuration.
  grunt.initConfig({
  include_general: {
      debug:{
        options:{
          origen:'src/fuente/index.html',
          destino:'src/index.php',
        },
        incersiones:{
          inicio:{
            archivos:  ['src/fuente/php/asdf.php']
          },
          encabezado:{
            livereload: true,
            archivos:  ['../pie/css/*.css','src/fuente/css/*']
          },
          cuerpo:{
            archivos:  ['src/fuente/js/*.js']
          }
        },
    }
  });
  grunt.loadNpmTasks('include_general');

  grunt.registerTask('default', ['include_general']);
}

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

maximolm

License

Copyright © 2018 maximolm Licensed under the MIT license.

This file was generated by readme-generator on June 27, 2018.

Keywords

gruntplugin

FAQs

Package last updated on 14 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts