Sha256: fa10de1d25ca12cffdf05248f9b63957915e1810261916d21ef79cbfedea5b73
Contents?: true
Size: 507 Bytes
Versions: 4
Compression:
Stored size: 507 Bytes
Contents
// This file will be processed when the directory gets imported // Javascript let webpackContext = require.context('./javascripts', true, /\.js$/) for(let key of webpackContext.keys()) { webpackContext(key) } // Images require.context('./images', true, /\.(?:png|jpg|gif|ico|svg)$/) // Styles import './stylesheets/custom_bootstrap' import './stylesheets/theme' import './stylesheets/unpoly' require.context('./stylesheets/blocks', true, /\.sass$/) require.context('./stylesheets/ext', true, /\.sass$/)
Version data entries
4 entries across 4 versions & 1 rubygems