/quick-assets-with-parcel

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

quick-assets-with-npm

Start building for WordPress in seconds with ParcelJS

  • can start building normal JS/SCSS

  • using rimraf to clear folder '/dist'

  • using: parcel-plugin-static-files-copy to copy static files (favicon etc.)

  • using: cash-dom a quick (small KB) replacement for jQuery

    // install
    npm install
    
    // start and build
    npm run start
    npm run build