Removed
plugins
,env
and most of therules
from.eslintrc
to fix some errors encountered when running gulp.yarn start
andyarn lint
scripts. These are now part ofyarn prepare
, which runsgulp --prod
.scripts-info
section frompackage.json
andnpm-scripts-info
dependency.
Added
breakpointHelper.js
to handle CSS breakpoints.index.js
as the module entrypoint.- JS unit tests.
- Dependencies on
f-dom
andjs-test-buddy
. _breakpoints.scss
toscss/tools/
directory.getCurrentScreenWidth()
which returns'narrow'
,'mid'
,'wide'
,'huge'
, orfalse
if no breakpoints are defined.- JS files to
dist/js
folder. yarn compile
andyarn test
.
Changed
yarn prepare
now runsgulp --prod
.yarn lint
lints JS and SCSS.